aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-04 14:31:55 -0500
committerTed Gould <ted@gould.cx>2010-08-04 14:31:55 -0500
commitc25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b (patch)
tree2314b9e8158f58d2f4246872566939a38ad31827
parent91c8b42fb87ae1919dddc1384ba1e3fc18e3d5e1 (diff)
downloadayatana-indicator-application-c25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b.tar.gz
ayatana-indicator-application-c25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b.tar.bz2
ayatana-indicator-application-c25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b.zip
If it changes, let's update.
-rw-r--r--src/indicator-application.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/indicator-application.c b/src/indicator-application.c
index 2597973..9c12474 100644
--- a/src/indicator-application.c
+++ b/src/indicator-application.c
@@ -555,6 +555,12 @@ application_label_changed (DBusGProxy * proxy, gint position, const gchar * labe
return;
}
+ if (app->entry.label != NULL) {
+ gtk_label_set_text(app->entry.label, label);
+ } else {
+ /* TODO: Handle the case where we didn't have a label */
+ }
+
return;
}