aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-22 15:25:13 -0600
committerTed Gould <ted@gould.cx>2010-02-22 15:25:13 -0600
commitdd2a9a5096d01f6f0f37408ce39fba087cc84dd8 (patch)
tree1cf17fb7f177fcbe2575f7fb2fc0e5ce61b719bc /src/application-service-appstore.c
parent386128abb4ef32983efd13b1e757459aa34d473b (diff)
parent75ccac53fc05f24633c76ac5d956b91a9a6640fb (diff)
downloadayatana-indicator-application-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.tar.gz
ayatana-indicator-application-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.tar.bz2
ayatana-indicator-application-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.zip
* Upstream merge
* Menu updates connections
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index ec6da50..b189a45 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -397,7 +397,7 @@ apply_status (Application * app, ApplicationStatus status)
} else {
/* Figure out which icon we should be using */
gchar * newicon = app->icon;
- if (status == APP_STATUS_ATTENTION && app->aicon != NULL) {
+ if (status == APP_STATUS_ATTENTION && app->aicon != NULL && app->aicon[0] != '\0') {
newicon = app->aicon;
}