diff options
author | David Barth <david.barth@canonical.com> | 2010-08-26 21:31:18 +0200 |
---|---|---|
committer | David Barth <david.barth@canonical.com> | 2010-08-26 21:31:18 +0200 |
commit | e32c731f5ef66f6be62d6fc839548356f4665e35 (patch) | |
tree | c1058f9afaa04b8e6b48b2c3fcc57d2369f59cee /src/app-menu-item.c | |
parent | a58b07fb80399028e27ee95cc3d1dac848bebe6d (diff) | |
download | ayatana-indicator-messages-e32c731f5ef66f6be62d6fc839548356f4665e35.tar.gz ayatana-indicator-messages-e32c731f5ef66f6be62d6fc839548356f4665e35.tar.bz2 ayatana-indicator-messages-e32c731f5ef66f6be62d6fc839548356f4665e35.zip |
adjusted position of the left icons and triangle overlay
Diffstat (limited to 'src/app-menu-item.c')
-rw-r--r-- | src/app-menu-item.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app-menu-item.c b/src/app-menu-item.c index 676f03e..0b0588e 100644 --- a/src/app-menu-item.c +++ b/src/app-menu-item.c @@ -328,6 +328,7 @@ desktop_cb (IndicateListener * listener, IndicateListenerServer * server, gchar priv->desktop = g_strdup(value); dbusmenu_menuitem_property_set_bool(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_VISIBLE, TRUE); + dbusmenu_menuitem_property_set_bool(DBUSMENU_MENUITEM(self), APPLICATION_MENUITEM_PROP_RUNNING, TRUE); update_label(self); |