diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 12:31:44 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 12:31:44 -0500 |
commit | d7650d10b6946cd879419850783408e362ae0c05 (patch) | |
tree | 15a84f9d1efbdebc6e97a573071b2c1609850d15 /src | |
parent | a5f40dd94444f5f5bdcb9e330adc9ab0c0a95cdd (diff) | |
parent | cb170c0fb193360740cc543816e6f00d46a480c7 (diff) | |
download | ayatana-indicator-messages-d7650d10b6946cd879419850783408e362ae0c05.tar.gz ayatana-indicator-messages-d7650d10b6946cd879419850783408e362ae0c05.tar.bz2 ayatana-indicator-messages-d7650d10b6946cd879419850783408e362ae0c05.zip |
Sync to U. Desktop
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; } |