diff options
author | Ted Gould <ted@gould.cx> | 2010-03-30 22:13:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-30 22:13:41 -0500 |
commit | e82a10312f3996dcaa312fb3f4e813c13561e992 (patch) | |
tree | d791f544aafcc25d1f2b60e147cd282e7e88b977 | |
parent | b8013ea21382428e7b4fcd3b7cf874dd01bee941 (diff) | |
download | ayatana-indicator-messages-e82a10312f3996dcaa312fb3f4e813c13561e992.tar.gz ayatana-indicator-messages-e82a10312f3996dcaa312fb3f4e813c13561e992.tar.bz2 ayatana-indicator-messages-e82a10312f3996dcaa312fb3f4e813c13561e992.zip |
Ensuring that the visibility property is set on the application entries.
-rw-r--r-- | src/app-menu-item.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app-menu-item.c b/src/app-menu-item.c index 87423c0..03f4833 100644 --- a/src/app-menu-item.c +++ b/src/app-menu-item.c @@ -128,6 +128,8 @@ app_menu_item_init (AppMenuItem *self) priv->root = NULL; priv->shortcuts = NULL; + dbusmenu_menuitem_property_set_bool(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_VISIBLE, TRUE); + return; } |