aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--src/application-service-appstore.c4
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 */