diff options
-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 |