diff options
author | Ted Gould <ted@gould.cx> | 2011-02-23 14:46:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-23 14:46:22 -0600 |
commit | 1341d00cb6130b960f6392aa0edf0b4bf66896b8 (patch) | |
tree | 2521f51c13fd60b4914f955dfd3318eb99dc3e75 /src | |
parent | e2405bdf66f16449efda8001e4ed09915ac5cc59 (diff) | |
download | ayatana-indicator-messages-1341d00cb6130b960f6392aa0edf0b4bf66896b8.tar.gz ayatana-indicator-messages-1341d00cb6130b960f6392aa0edf0b4bf66896b8.tar.bz2 ayatana-indicator-messages-1341d00cb6130b960f6392aa0edf0b4bf66896b8.zip |
Make sure to set the type of the item before all the values.
Diffstat (limited to 'src')
-rw-r--r-- | src/launcher-menu-item.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/launcher-menu-item.c b/src/launcher-menu-item.c index a47af03..60880ad 100644 --- a/src/launcher-menu-item.c +++ b/src/launcher-menu-item.c @@ -97,6 +97,8 @@ launcher_menu_item_init (LauncherMenuItem *self) priv->ids = NULL; priv->shortcuts = NULL; + dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_TYPE, APPLICATION_MENUITEM_TYPE); + return; } |