From e82a10312f3996dcaa312fb3f4e813c13561e992 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 30 Mar 2010 22:13:41 -0500 Subject: Ensuring that the visibility property is set on the application entries. --- src/app-menu-item.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3