aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-09-15 17:08:47 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-09-15 17:08:47 -0400
commitfee091523fa54892a8b34d9313ae886807067435 (patch)
tree29ec1b4101b7ed63e57b77ee55439fc7587d96b4 /src/application-service-appstore.c
parentd7a7c77f8c309eda8473cd562e8b831c2a84712b (diff)
parentb8eb44095d8735347108e706d22db2a081bbdd97 (diff)
downloadlibayatana-appindicator-fee091523fa54892a8b34d9313ae886807067435.tar.gz
libayatana-appindicator-fee091523fa54892a8b34d9313ae886807067435.tar.bz2
libayatana-appindicator-fee091523fa54892a8b34d9313ae886807067435.zip
releasing version 0.2.8-0ubuntu10.2.8-0ubuntu1
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 7096382..46118bb 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -602,7 +602,14 @@ apply_status (Application * app)
}
/* Nothing needs to change, we're good */
- if (app->visible_state == goal_state) {
+ if (app->visible_state == goal_state /* ) { */
+ && goal_state == VISIBLE_STATE_HIDDEN) {
+ /* TODO: Uhg, this is a little wrong in that we're going to
+ send an icon every time the status changes and the indicator
+ is visible even though it might not be updating. But, at
+ this point we need a small patch that is harmless. In the
+ future we need to track which icon is shown and remove the
+ duplicate message. */
return;
}