diff options
author | Ted Gould <ted@gould.cx> | 2012-02-07 21:14:45 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-07 21:14:45 -0600 |
commit | c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7 (patch) | |
tree | 2e8148be67c0d980232be867fb1ff78406444f84 /src/session-service.c | |
parent | 669d032147326fadfd606eb22efd5ca3e5c4d39a (diff) | |
parent | 455f5df69319c0feb5e64317bef16925623e8ac5 (diff) | |
download | ayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.tar.gz ayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.tar.bz2 ayatana-indicator-session-c49024a21eb6d36afe67fc5bd6eead55e7bfbbc7.zip |
* New upstream release.
* Screensaver code cleanup
* Fix ordering of items on request
* Removing GOA support
* Fix GTK3 Box Deprecation
* Updating to dbusmenu 0.5.90
* Making the gtk logout helper and apt optional build time choices
* Add name hints to the indicators
* bump version for release
Diffstat (limited to 'src/session-service.c')
-rw-r--r-- | src/session-service.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/session-service.c b/src/session-service.c index 753e304..6ee18e9 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -39,11 +39,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <libdbusmenu-glib/client.h> #include <gtk/gtk.h> -#if GTK_CHECK_VERSION(3, 0, 0) -#include <libdbusmenu-gtk3/menuitem.h> -#else #include <libdbusmenu-gtk/menuitem.h> -#endif #include <libindicator/indicator-service.h> |