aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-24 22:02:15 -0600
committerTed Gould <ted@gould.cx>2011-02-24 22:02:15 -0600
commit419c9a428454f5ce887c0ae8a89871e7b43b65b5 (patch)
tree65ea263042cfb9c31d8cfd9a320363a99d2128cf /src/application-service-appstore.c
parent22dee034626fa1fe5787c6617dc08118b564ab71 (diff)
downloadayatana-indicator-application-419c9a428454f5ce887c0ae8a89871e7b43b65b5.tar.gz
ayatana-indicator-application-419c9a428454f5ce887c0ae8a89871e7b43b65b5.tar.bz2
ayatana-indicator-application-419c9a428454f5ce887c0ae8a89871e7b43b65b5.zip
Making sure we have a description for the variant world
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 18dac5e..10feef5 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -845,6 +845,10 @@ apply_status (Application * app)
newdesc = app->aicon_desc;
}
+ if (newdesc == NULL) {
+ newdesc = "";
+ }
+
/* Determine whether we're already shown or not */
if (app->visible_state == VISIBLE_STATE_HIDDEN) {
/* Put on panel */