diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 17:03:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 17:03:12 -0600 |
commit | c1f07f77dcf0dabf24a5e540112b8e47c0aad75e (patch) | |
tree | f27d2450942542a1f181ce442f46c342aff617d1 /src | |
parent | c91e6fcb209ec0121a6f9d3ded750d0588ca03a2 (diff) | |
download | ayatana-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
Diffstat (limited to 'src')
-rw-r--r-- | src/application-service-appstore.c | 3 |
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 : "")); } } |