diff options
author | Ted Gould <ted@gould.cx> | 2010-08-04 14:31:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-04 14:31:55 -0500 |
commit | c25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b (patch) | |
tree | 2314b9e8158f58d2f4246872566939a38ad31827 /src | |
parent | 91c8b42fb87ae1919dddc1384ba1e3fc18e3d5e1 (diff) | |
download | ayatana-indicator-application-c25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b.tar.gz ayatana-indicator-application-c25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b.tar.bz2 ayatana-indicator-application-c25bb3c4bd3bf3b5c2d79db028d6db016eaa2c5b.zip |
If it changes, let's update.
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-application.c | 6 |
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; } |