aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-02 20:39:48 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-02 20:39:48 +0800
commitb8d0cfe42b1d62d513e560bf1fff04685f6911e6 (patch)
tree9ecb8bee8e542529e0bf46e05332061dee90aeec
parent59f3e5480f8b20dcea7d7b19682a5c2f67260cdd (diff)
downloadgsoc2013-empathy-b8d0cfe42b1d62d513e560bf1fff04685f6911e6.tar
gsoc2013-empathy-b8d0cfe42b1d62d513e560bf1fff04685f6911e6.tar.gz
gsoc2013-empathy-b8d0cfe42b1d62d513e560bf1fff04685f6911e6.tar.bz2
gsoc2013-empathy-b8d0cfe42b1d62d513e560bf1fff04685f6911e6.tar.lz
gsoc2013-empathy-b8d0cfe42b1d62d513e560bf1fff04685f6911e6.tar.xz
gsoc2013-empathy-b8d0cfe42b1d62d513e560bf1fff04685f6911e6.tar.zst
gsoc2013-empathy-b8d0cfe42b1d62d513e560bf1fff04685f6911e6.zip
[darcs-to-svn @ Fix typo]
svn path=/trunk/; revision=24
-rw-r--r--libempathy-gtk/gossip-presence-chooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/gossip-presence-chooser.c b/libempathy-gtk/gossip-presence-chooser.c
index ecb41db3f..16b411f31 100644
--- a/libempathy-gtk/gossip-presence-chooser.c
+++ b/libempathy-gtk/gossip-presence-chooser.c
@@ -59,7 +59,7 @@ typedef struct {
gchar *scroll_status;
} GossipPresenceChooserPriv;
-/* States for listed in the menu */
+/* States to be listed in the menu */
static McPresence states[] = {MC_PRESENCE_AVAILABLE,
MC_PRESENCE_DO_NOT_DISTURB,
MC_PRESENCE_AWAY};