aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 08:15:17 -0600
committerTed Gould <ted@gould.cx>2011-02-24 08:15:17 -0600
commit34ffc06debd8561c60fa43b9a12f08fe598745a5 (patch)
tree2521f51c13fd60b4914f955dfd3318eb99dc3e75
parente2405bdf66f16449efda8001e4ed09915ac5cc59 (diff)
parent1341d00cb6130b960f6392aa0edf0b4bf66896b8 (diff)
downloadayatana-indicator-messages-34ffc06debd8561c60fa43b9a12f08fe598745a5.tar.gz
ayatana-indicator-messages-34ffc06debd8561c60fa43b9a12f08fe598745a5.tar.bz2
ayatana-indicator-messages-34ffc06debd8561c60fa43b9a12f08fe598745a5.zip
Set the type before the other variables
-rw-r--r--src/launcher-menu-item.c2
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;
}