aboutsummaryrefslogtreecommitdiff
path: root/example/simple-client-vala.vala
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-28 21:38:55 -0600
committerTed Gould <ted@gould.cx>2012-01-28 21:38:55 -0600
commit84ba24014072bc09f8200d252c6e8a35b00e593c (patch)
tree5094c72cc5290f1163a539e7c6fe1b044d543cf0 /example/simple-client-vala.vala
parentf12cf320a0d665e2c304b4415aac3cedfaf559a1 (diff)
downloadlibayatana-appindicator-84ba24014072bc09f8200d252c6e8a35b00e593c.tar.gz
libayatana-appindicator-84ba24014072bc09f8200d252c6e8a35b00e593c.tar.bz2
libayatana-appindicator-84ba24014072bc09f8200d252c6e8a35b00e593c.zip
Setting the titles in the examples
Diffstat (limited to 'example/simple-client-vala.vala')
-rw-r--r--example/simple-client-vala.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/simple-client-vala.vala b/example/simple-client-vala.vala
index 8d661ce..1b8bad9 100644
--- a/example/simple-client-vala.vala
+++ b/example/simple-client-vala.vala
@@ -46,6 +46,7 @@ class SimpleClient {
ci.set_status(IndicatorStatus.ACTIVE);
ci.set_attention_icon("indicator-messages-new");
ci.set_label("1%", "100%");
+ ci.set_title("Test Indicator (vala)");
active = true;
can_haz_label = true;