]> git.0d.be Git - empathy.git/commitdiff
Removed spaces in the SupportedPresences key to workaround a MC warning SF
authorXavier Claessens <xclaesse@gmail.com>
Sun, 12 Aug 2007 07:46:06 +0000 (07:46 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sun, 12 Aug 2007 07:46:06 +0000 (07:46 +0000)
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

ChangeLog
data/irc.profile

index 69323ce46fba1d6a36a1def4ef47e17c6458b2ec..7a40126a222c014df5ad81e55d36d62f83744ccd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 22e13bbb70a0f123ecbeda8f9e81de3d42dc55a5..75736caab9b1c457d62d313f96d5d52f7da33f08 100644 (file)
@@ -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