diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-05-25 19:05:23 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-25 19:05:23 +0800 |
commit | c946da8f9810d4f56c02f5147ff7265cb30e23cc (patch) | |
tree | b20fc7de3cb5de8df4590ce505d5e8216dfc9d64 /ChangeLog | |
parent | 1e3b55ae48930c42c700f29b7e7f37af4052b66f (diff) | |
download | gsoc2013-empathy-c946da8f9810d4f56c02f5147ff7265cb30e23cc.tar gsoc2013-empathy-c946da8f9810d4f56c02f5147ff7265cb30e23cc.tar.gz gsoc2013-empathy-c946da8f9810d4f56c02f5147ff7265cb30e23cc.tar.bz2 gsoc2013-empathy-c946da8f9810d4f56c02f5147ff7265cb30e23cc.tar.lz gsoc2013-empathy-c946da8f9810d4f56c02f5147ff7265cb30e23cc.tar.xz gsoc2013-empathy-c946da8f9810d4f56c02f5147ff7265cb30e23cc.tar.zst gsoc2013-empathy-c946da8f9810d4f56c02f5147ff7265cb30e23cc.zip |
Do not use the server entry's value if it's hidden. Do not highlight
2007-05-25 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server
entry's value if it's hidden.
* libempathy-gtk/gossip-contact-list-view.c:Do not highlight groups
when adding them in the roster.
* libempathy/empathy-tp-contact-list.c: DO not create new GossipContact
object in presence/avatar/alias changed signal if we don't already know
that contact from a contact list channel. This should fix DBus max
pending calls limit reached in some cases.
svn path=/trunk/; revision=93
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2007-05-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server + entry's value if it's hidden. + * libempathy-gtk/gossip-contact-list-view.c:Do not highlight groups + when adding them in the roster. + * libempathy/empathy-tp-contact-list.c: DO not create new GossipContact + object in presence/avatar/alias changed signal if we don't already know + that contact from a contact list channel. This should fix DBus max + pending calls limit reached in some cases. + +2007-05-25 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/gossip-new-chatroom-dialog.c: Preset the server only for jabber protocol to conference.server. This fixes a warning. |