From 8e221f4cb70ca80278dc300afd59a5d9b538dc40 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 15 Sep 2010 11:12:42 -0500 Subject: Allowing updates if the item is visible. --- src/application-service-appstore.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3 From 0e5b5b66bea347ad107ec83353dc5efffcabb563 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 15 Sep 2010 11:14:46 -0500 Subject: releasing version 0.2.7-0ubuntu1~ppa2~attention1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c7aa00..5ff76ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-application (0.2.7-0ubuntu1~ppa2~attention1) UNRELEASED; urgency=low +indicator-application (0.2.7-0ubuntu1~ppa2~attention1) maverick; urgency=low * Upstream Merge * Update the icon if the item is visible - -- Ted Gould Wed, 15 Sep 2010 11:12:52 -0500 + -- Ted Gould Wed, 15 Sep 2010 11:14:43 -0500 indicator-application (0.2.7-0ubuntu1~ppa1) maverick; urgency=low -- cgit v1.2.3 From fecd2e99879440c0e86f8d49ea65c666848938d4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 15 Sep 2010 14:33:38 -0500 Subject: Update the icon if the item is visible (LP: #639643) --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index eacee40..1f6a134 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ indicator-application (0.2.7-0ubuntu1~ppa2) UNRELEASED; urgency=low * Upstream Merge - * Update the icon if the item is visible + * Update the icon if the item is visible (LP: #639643) - -- Ted Gould Wed, 15 Sep 2010 14:10:20 -0500 + -- Ted Gould Wed, 15 Sep 2010 14:33:10 -0500 indicator-application (0.2.7-0ubuntu1~ppa1) maverick; urgency=low -- cgit v1.2.3 From 9ee069fe67c7069868ca2408a70513c86c9ee9fb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 15 Sep 2010 14:35:02 -0500 Subject: releasing version 0.2.7-0ubuntu1~ppa2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1f6a134..8b82b28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-application (0.2.7-0ubuntu1~ppa2) UNRELEASED; urgency=low +indicator-application (0.2.7-0ubuntu1~ppa2) maverick; urgency=low * Upstream Merge * Update the icon if the item is visible (LP: #639643) - -- Ted Gould Wed, 15 Sep 2010 14:33:10 -0500 + -- Ted Gould Wed, 15 Sep 2010 14:35:00 -0500 indicator-application (0.2.7-0ubuntu1~ppa1) maverick; urgency=low -- cgit v1.2.3 From a4dc11aaecfcb3b51b427394c6fc3ba59fdae402 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 15 Sep 2010 14:41:06 -0500 Subject: 0.2.8 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ebfc58f..25e19c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.7, ted@canonical.com) +AC_INIT(indicator-application, 0.2.8, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.2.7) +AM_INIT_AUTOMAKE(indicator-application, 0.2.8) AM_MAINTAINER_MODE -- cgit v1.2.3 From b8eb44095d8735347108e706d22db2a081bbdd97 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 15 Sep 2010 15:05:18 -0500 Subject: releasing version 0.2.8-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 73b9d77..707babf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-application (0.2.8-0ubuntu1~ppa1) UNRELEASED; urgency=low +indicator-application (0.2.8-0ubuntu1~ppa1) maverick; urgency=low * New upstream release. * Update the icon if the item is visible (LP: #639643) - -- Ted Gould Wed, 15 Sep 2010 14:49:32 -0500 + -- Ted Gould Wed, 15 Sep 2010 15:05:15 -0500 indicator-application (0.2.7-0ubuntu1) maverick; urgency=low -- cgit v1.2.3