diff options
| author | Ted Gould <ted@gould.cx> | 2011-02-24 22:02:40 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-02-24 22:02:40 -0600 |
| commit | fcdd63710ec020de6c1a5d520b587e555bad1dff (patch) | |
| tree | 1c378e0cfa1acb57e4e6e11d830ab3e3ef993f02 /src | |
| parent | b61f62136c584c86321c0c147e19537481b89a13 (diff) | |
| parent | 419c9a428454f5ce887c0ae8a89871e7b43b65b5 (diff) | |
| download | ayatana-indicator-application-fcdd63710ec020de6c1a5d520b587e555bad1dff.tar.gz ayatana-indicator-application-fcdd63710ec020de6c1a5d520b587e555bad1dff.tar.bz2 ayatana-indicator-application-fcdd63710ec020de6c1a5d520b587e555bad1dff.zip | |
Fix, let's not talk about it.
Diffstat (limited to 'src')
| -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 */ |
