aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-03 17:03:12 -0600
committerTed Gould <ted@gould.cx>2012-02-03 17:03:12 -0600
commitc1f07f77dcf0dabf24a5e540112b8e47c0aad75e (patch)
treef27d2450942542a1f181ce442f46c342aff617d1
parentc91e6fcb209ec0121a6f9d3ded750d0588ca03a2 (diff)
downloadayatana-indicator-application-c1f07f77dcf0dabf24a5e540112b8e47c0aad75e.tar.gz
ayatana-indicator-application-c1f07f77dcf0dabf24a5e540112b8e47c0aad75e.tar.bz2
ayatana-indicator-application-c1f07f77dcf0dabf24a5e540112b8e47c0aad75e.zip
If we have a mega-change of things, let's signal a title change
-rw-r--r--src/application-service-appstore.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index e60450c..07783ad 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -939,6 +939,9 @@ apply_status (Application * app)
g_variant_new ("(iss)", position,
app->label != NULL ? app->label : "",
app->guide != NULL ? app->guide : ""));
+ emit_signal (appstore, "ApplicationTitleChanged",
+ g_variant_new ("(is)", position,
+ app->title != NULL ? app->title : ""));
}
}