diff options
author | Ted Gould <ted@gould.cx> | 2012-01-24 10:10:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-24 10:10:15 -0600 |
commit | b00b35ac30d54a4a16c87996afbec976c18e7a5b (patch) | |
tree | a1927111604579664770d15a0e75713959355b95 /libindicator/indicator-desktop-shortcuts.c | |
parent | fe22121bb429249b777bafa645e42120269249cf (diff) | |
parent | e81d0ecfe1899acc60fb50a5fbc03823a132139d (diff) | |
download | libayatana-indicator-b00b35ac30d54a4a16c87996afbec976c18e7a5b.tar.gz libayatana-indicator-b00b35ac30d54a4a16c87996afbec976c18e7a5b.tar.bz2 libayatana-indicator-b00b35ac30d54a4a16c87996afbec976c18e7a5b.zip |
* New upstream release.
* Support hiding and showing indicators
* Track the parent object in the entry
* Adding activate function to include Window ID
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) |