From 486c49f150ed875ee1f39a002d6fe95efc7b208f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Sep 2009 16:46:48 -0500 Subject: Setting the property on the dbusmenu menuitem as well --- src/im-menu-item.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/im-menu-item.c b/src/im-menu-item.c index 52cf80c..7f82dba 100644 --- a/src/im-menu-item.c +++ b/src/im-menu-item.c @@ -478,6 +478,7 @@ im_menu_item_show (ImMenuItem * menuitem, gboolean show) again if we're being shown, otherwise no. */ g_signal_emit(G_OBJECT(menuitem), signals[ATTENTION_CHANGED], 0, priv->show, TRUE); } + dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(menuitem), DBUSMENU_MENUITEM_PROP_VISIBLE, priv->show ? "true" : "false"); return; } -- cgit v1.2.3