diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-07-29 05:12:28 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-07-29 05:12:28 +0800 |
commit | 7817f0b39d43f6b2b2bf307c2e20c2be57c2c792 (patch) | |
tree | 12f4b1455507205ba607354280da6f6e346f5b19 /ChangeLog | |
parent | 414a56dcd8e58d0dfe7a45a5c288b542daab5c61 (diff) | |
download | gsoc2013-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |