From 419c9a428454f5ce887c0ae8a89871e7b43b65b5 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 24 Feb 2011 22:02:15 -0600 Subject: Making sure we have a description for the variant world --- src/application-service-appstore.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/application-service-appstore.c') 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 */ -- cgit v1.2.3