diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 22:02:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 22:02:15 -0600 |
commit | 419c9a428454f5ce887c0ae8a89871e7b43b65b5 (patch) | |
tree | 65ea263042cfb9c31d8cfd9a320363a99d2128cf /src/application-service-appstore.c | |
parent | 22dee034626fa1fe5787c6617dc08118b564ab71 (diff) | |
download | ayatana-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.c | 4 |
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 */ |