diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 15:07:57 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 15:07:57 -0500 |
commit | 1656657462c204399a24ef21fd1f4ca6c4242992 (patch) | |
tree | bb44a89f1d5971759f6875967ce00b1d1c85d48e /src/messages-service.c | |
parent | f85a065bbdb0e0010b5c0585c2e2ab0aca0c7a36 (diff) | |
parent | 8045637914b9f0aad0f61fcc7ccfa13b7611778f (diff) | |
download | ayatana-indicator-messages-1656657462c204399a24ef21fd1f4ca6c4242992.tar.gz ayatana-indicator-messages-1656657462c204399a24ef21fd1f4ca6c4242992.tar.bz2 ayatana-indicator-messages-1656657462c204399a24ef21fd1f4ca6c4242992.zip |
* New upstream release.
* Shifting icons into the gutter and adjusting the arrow
padding.
Diffstat (limited to 'src/messages-service.c')
-rw-r--r-- | src/messages-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/messages-service.c b/src/messages-service.c index 0783d91..b87c2ff 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -1346,6 +1346,7 @@ build_launcher_core (const gchar * desktop) launcherList = g_list_insert_sorted(launcherList, ll, launcherList_sort); /* Add it to the menu */ + dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(ll->menuitem), DBUSMENU_MENUITEM_PROP_TYPE, APPLICATION_MENUITEM_TYPE); dbusmenu_menuitem_child_append(root_menuitem, DBUSMENU_MENUITEM(ll->menuitem)); GList * shortcuts = launcher_menu_item_get_items(ll->menuitem); while (shortcuts != NULL) { |