diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-10-01 16:55:28 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-10-01 16:55:28 -0400 |
commit | 57f9a422044316a817898190ff274ff5c0ba6d26 (patch) | |
tree | 92ceae75bd1553b1c636cbd693db953e43715a2e /src/messages-service.c | |
parent | 1b1761452e3495d73d2b9f16278fe0f3278a3765 (diff) | |
parent | 85a2a2321591f82582236d65ff2198a510520ed4 (diff) | |
download | ayatana-indicator-messages-57f9a422044316a817898190ff274ff5c0ba6d26.tar.gz ayatana-indicator-messages-57f9a422044316a817898190ff274ff5c0ba6d26.tar.bz2 ayatana-indicator-messages-57f9a422044316a817898190ff274ff5c0ba6d26.zip |
* Upstream release 0.2.5 (LP: #440217)
* Adding a check on addition of launchers to ensure icon is correctly
visible. (LP: #433274)
* Making it so that if applications don't set the time on an indicator
the time isn't shown in the menu. (LP: #438237)
* Putting icons in the right places. (LP: #436460)
Diffstat (limited to 'src/messages-service.c')
-rw-r--r-- | src/messages-service.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messages-service.c b/src/messages-service.c index 65c9af7..754d7ee 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -1156,6 +1156,8 @@ build_launcher (gpointer data) launcher_menu_item_set_eclipsed(ll->menuitem, TRUE); dbusmenu_menuitem_property_set(ll->separator, DBUSMENU_MENUITEM_PROP_VISIBLE, "false"); } + + check_hidden(); } else { /* If so add ourselves */ launcherList_t * ll = (launcherList_t *)listitem->data; |