diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-01-24 12:19:38 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-01-24 12:19:38 -0500 |
commit | 2d9e6ffd800cd27e0524c49c1e791ba83bfee165 (patch) | |
tree | 815a34ea07984d493f770606887c88a6319a607a /libindicator/indicator-desktop-shortcuts.c | |
parent | 30ab1ed064f598d6b33289f7bd97b6ac97029e82 (diff) | |
parent | c2596f714bf499ed87bef58d68216054b63ee9c3 (diff) | |
download | libayatana-indicator-2d9e6ffd800cd27e0524c49c1e791ba83bfee165.tar.gz libayatana-indicator-2d9e6ffd800cd27e0524c49c1e791ba83bfee165.tar.bz2 libayatana-indicator-2d9e6ffd800cd27e0524c49c1e791ba83bfee165.zip |
* New upstream release.
* Support hiding and showing indicators
* Track the parent object in the entry
* Adding activate function to include Window ID
* debian/control: Bumping ABI version of lib
Diffstat (limited to 'libindicator/indicator-desktop-shortcuts.c')
-rw-r--r-- | libindicator/indicator-desktop-shortcuts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c index 5d16cda..62bf504 100644 --- a/libindicator/indicator-desktop-shortcuts.c +++ b/libindicator/indicator-desktop-shortcuts.c @@ -369,7 +369,7 @@ should_show (GKeyFile * keyfile, const gchar * group, const gchar * identity, gb return TRUE; } -/* Looks through the nicks ot see if this one is in the list, +/* Looks through the nicks to see if this one is in the list, and thus valid to use. */ static gboolean is_valid_nick (gchar ** list, const gchar * nick) |