Merge authors: Neil J. Patel (njpatel) Related merge proposals: https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/fix-message-count/+merge/11860 proposed by: Neil J. Patel (njpatel) review: Approve - Ted Gould (ted) ------------------------------------------------------------ revno: 51 [merge] committer: Neil Jagdish Patel <neil.pa...@canonical.com> branch nick: trunk timestamp: Wed 2009-09-16 15:31:20 +0100 message: modified: src/evolution-indicator.c pending merges: Neil Jagdish Patel 2009-09-16 modified: modified: src/evolution-indicator.c
-- lp:evolution-indicator https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/trunk Your team ayatana-commits is subscribed to branch lp:evolution-indicator. To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/trunk/+edit-subscription.
=== modified file 'src/evolution-indicator.c' --- src/evolution-indicator.c 2009-09-10 16:44:38 +0000 +++ src/evolution-indicator.c 2009-09-16 09:52:29 +0000 @@ -347,6 +347,7 @@ indicate_indicator_get_property (indicator, "name")); } + message_count = 0; g_static_mutex_unlock (&mlock); } @@ -974,6 +975,7 @@ indicate_indicator_get_property (indicator, "name")); } + message_count = 0; } else {
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : ayatana-commits@lists.launchpad.net Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp