From 6c831abfb2346403915b1b641b6fdaca17ed2c6f Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 10 Apr 2012 18:06:41 +0200 Subject: Revert fix for lp:956147, the same service binary is used for gtk2 and gk3 packages --- src/messages-service.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/messages-service.c b/src/messages-service.c index 8f636b5..c975df1 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -29,7 +29,6 @@ with this program. If not, see . #include #include #include -#include #include #include @@ -621,9 +620,7 @@ server_shortcut_added (AppMenuItem * appitem, DbusmenuMenuitem * mi, gpointer da g_debug("Application Shortcut added: %s", mi != NULL ? dbusmenu_menuitem_property_get(mi, DBUSMENU_MENUITEM_PROP_LABEL) : "none"); DbusmenuMenuitem * shell = DBUSMENU_MENUITEM(data); if (mi != NULL) { -#if GTK_CHECK_VERSION(3, 0, 0) dbusmenu_menuitem_property_set (mi, DBUSMENU_MENUITEM_PROP_ICON_NAME, ""); -#endif dbusmenu_menuitem_child_append(shell, mi); } resort_menu(shell); -- cgit v1.2.3