aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-16 16:44:57 -0600
committerTed Gould <ted@gould.cx>2011-02-16 16:44:57 -0600
commit14df3d3873864027c41d4178eea7e6b4bf07bcdd (patch)
tree8a0132d830f9523470367fcef48fb011626d1d18
parent3cca546ff6ee265ea1224a22221585aad9cf94fa (diff)
parentd2a8021a93f72378985d87de5cd80f2d0ef93006 (diff)
downloadayatana-indicator-application-14df3d3873864027c41d4178eea7e6b4bf07bcdd.tar.gz
ayatana-indicator-application-14df3d3873864027c41d4178eea7e6b4bf07bcdd.tar.bz2
ayatana-indicator-application-14df3d3873864027c41d4178eea7e6b4bf07bcdd.zip
On status change update the label as well
-rw-r--r--src/application-service-appstore.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 23047b4..3d9e49d 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -845,6 +845,10 @@ apply_status (Application * app)
emit_signal (appstore, "ApplicationIconChanged",
g_variant_new ("(is)", position, newicon));
+ emit_signal (appstore, "ApplicationLabelChanged",
+ g_variant_new ("(iss)", position,
+ app->label != NULL ? app->label : "",
+ app->guide != NULL ? app->guide : ""));
}
}