aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-desktop-shortcuts.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-01-23 17:00:29 -0600
committerTed Gould <ted@gould.cx>2012-01-23 17:00:29 -0600
commit23e99955bb62b93be875f8bf1d40852320d17f0e (patch)
tree52597ee052632346d71108bcd5dbaea0978c3638 /libindicator/indicator-desktop-shortcuts.c
parent7935501e7d6d05861dec0a1c603e3fd2308bf423 (diff)
parent95daf102dac37a69686f8a86bf7fe47cd442c7d6 (diff)
downloadlibayatana-indicator-23e99955bb62b93be875f8bf1d40852320d17f0e.tar.gz
libayatana-indicator-23e99955bb62b93be875f8bf1d40852320d17f0e.tar.bz2
libayatana-indicator-23e99955bb62b93be875f8bf1d40852320d17f0e.zip
Add visibility concept to the default indicator object
Diffstat (limited to 'libindicator/indicator-desktop-shortcuts.c')
-rw-r--r--libindicator/indicator-desktop-shortcuts.c2
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)