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 | |
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.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/application-service-appstore.c | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 692b67a..0849fbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-application (0.2.93-0ubuntu5~ppa2) UNRELEASED; urgency=low + + * Fix, let's not talk about it. + + -- Ted Gould <ted@ubuntu.com> Thu, 24 Feb 2011 22:02:24 -0600 + indicator-application (0.2.93-0ubuntu5~ppa1) natty; urgency=low * Upstream Merge 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 */ |