aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-07-29 05:12:28 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-07-29 05:12:28 +0800
commit7817f0b39d43f6b2b2bf307c2e20c2be57c2c792 (patch)
tree12f4b1455507205ba607354280da6f6e346f5b19 /ChangeLog
parent414a56dcd8e58d0dfe7a45a5c288b542daab5c61 (diff)
downloadgsoc2013-empathy-7817f0b39d43f6b2b2bf307c2e20c2be57c2c792.tar
gsoc2013-empathy-7817f0b39d43f6b2b2bf307c2e20c2be57c2c792.tar.gz
gsoc2013-empathy-7817f0b39d43f6b2b2bf307c2e20c2be57c2c792.tar.bz2
gsoc2013-empathy-7817f0b39d43f6b2b2bf307c2e20c2be57c2c792.tar.lz
gsoc2013-empathy-7817f0b39d43f6b2b2bf307c2e20c2be57c2c792.tar.xz
gsoc2013-empathy-7817f0b39d43f6b2b2bf307c2e20c2be57c2c792.tar.zst
gsoc2013-empathy-7817f0b39d43f6b2b2bf307c2e20c2be57c2c792.zip
Try to guess the server from the jid only if we are using the jabber
2007-07-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-jabber.c: Try to guess the server from the jid only if we are using the jabber profile. When we guessed a server don't forget to set the "server" McAccount param, setting the entry's text is not enough. svn path=/trunk/; revision=209
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf3e7968f..0d84683d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-07-28 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/empathy-account-widget-jabber.c: Try to guess the
+ server from the jid only if we are using the jabber profile. When we
+ guessed a server don't forget to set the "server" McAccount param,
+ setting the entry's text is not enough.
+
+2007-07-28 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/empathy-profile-chooser.c: Improve the sort function
a bit to have Jabber before GTalk.