diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2012-02-06 14:52:41 -0500 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2012-02-06 14:52:41 -0500 |
| commit | 2c4628f0647760d314a70d227c88005aa4e89017 (patch) | |
| tree | 9c83ede4648c8e7506c6f297f7997b8eefa4f036 /example/simple-client-vala.vala | |
| parent | 996677f97a04275f47fcc3c540ed7df5333677fe (diff) | |
| parent | 0ef39fd36500773506b9571cc9475874850a35f1 (diff) | |
| download | libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.tar.gz libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.tar.bz2 libayatana-appindicator-2c4628f0647760d314a70d227c88005aa4e89017.zip | |
* New upstream release.
* Fix include with Dbusmenu 0.5.90
* Fix GTK3 include paths in pkgconfig file (LP: #869373)
* Add title property (LP: #923971)
* Don't specify pyglib-2.0-python2.6 in LDFLAGS
* fix fallback icon of the GtkStatusIcon (LP: #820080)
* debian/control: Dbusmneu Dep to 0.5.90
* deibna/*symbols: Updated to add [set|get]_title functions
Diffstat (limited to 'example/simple-client-vala.vala')
| -rw-r--r-- | example/simple-client-vala.vala | 1 |
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; |
