aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-08-12 15:46:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-08-12 15:46:06 +0800
commit2335d10fa9c21f8bf991ce679c11e55cb962e645 (patch)
tree51377880b3747efebdee2f37c264d52b147702fe /data
parentc68e95e2333aa078db01dedcf5eb1d031c888d45 (diff)
downloadgsoc2013-empathy-2335d10fa9c21f8bf991ce679c11e55cb962e645.tar
gsoc2013-empathy-2335d10fa9c21f8bf991ce679c11e55cb962e645.tar.gz
gsoc2013-empathy-2335d10fa9c21f8bf991ce679c11e55cb962e645.tar.bz2
gsoc2013-empathy-2335d10fa9c21f8bf991ce679c11e55cb962e645.tar.lz
gsoc2013-empathy-2335d10fa9c21f8bf991ce679c11e55cb962e645.tar.xz
gsoc2013-empathy-2335d10fa9c21f8bf991ce679c11e55cb962e645.tar.zst
gsoc2013-empathy-2335d10fa9c21f8bf991ce679c11e55cb962e645.zip
Removed spaces in the SupportedPresences key to workaround a MC warning SF
2007-08-12 Xavier Claessens <xclaesse@gmail.com> * data/irc.profile: Removed spaces in the SupportedPresences key to workaround a MC warning SF bug 1772539. svn path=/trunk/; revision=250
Diffstat (limited to 'data')
-rw-r--r--data/irc.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/irc.profile b/data/irc.profile
index 22e13bbb7..75736caab 100644
--- a/data/irc.profile
+++ b/data/irc.profile
@@ -5,4 +5,4 @@ DisplayName=IRC
IconName = empathy-proto-irc
ConfigurationUI = irc
Capabilities = chat-p2p,chat-room,chat-room-list,supports-alias
-SupportedPresences = offline, away
+SupportedPresences = offline,away