diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-08-12 15:46:06 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-08-12 15:46:06 +0800 |
commit | 2335d10fa9c21f8bf991ce679c11e55cb962e645 (patch) | |
tree | 51377880b3747efebdee2f37c264d52b147702fe | |
parent | c68e95e2333aa078db01dedcf5eb1d031c888d45 (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | data/irc.profile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +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. + 2007-08-11 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-accounts-dialog.c: Make "Add account" button 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 |