diff options
author | Ted Gould <ted@gould.cx> | 2010-02-22 15:25:13 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-22 15:25:13 -0600 |
commit | dd2a9a5096d01f6f0f37408ce39fba087cc84dd8 (patch) | |
tree | 1cf17fb7f177fcbe2575f7fb2fc0e5ce61b719bc /src/application-service-appstore.c | |
parent | 386128abb4ef32983efd13b1e757459aa34d473b (diff) | |
parent | 75ccac53fc05f24633c76ac5d956b91a9a6640fb (diff) | |
download | libayatana-appindicator-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.tar.gz libayatana-appindicator-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.tar.bz2 libayatana-appindicator-dd2a9a5096d01f6f0f37408ce39fba087cc84dd8.zip |
* Upstream merge
* Menu updates connections
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r-- | src/application-service-appstore.c | 2 |
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; } |