aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-06-02 19:49:00 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-02 19:49:00 +0800
commite1110b246ff83d6add4bbf01c6ec8a8460070491 (patch)
tree277a31bda624dc3b3d968e70d6c4f8b818eb73a7 /ChangeLog
parent4ff74036b9f5d3d5298b80097bdac4365c289812 (diff)
downloadgsoc2013-empathy-e1110b246ff83d6add4bbf01c6ec8a8460070491.tar
gsoc2013-empathy-e1110b246ff83d6add4bbf01c6ec8a8460070491.tar.gz
gsoc2013-empathy-e1110b246ff83d6add4bbf01c6ec8a8460070491.tar.bz2
gsoc2013-empathy-e1110b246ff83d6add4bbf01c6ec8a8460070491.tar.lz
gsoc2013-empathy-e1110b246ff83d6add4bbf01c6ec8a8460070491.tar.xz
gsoc2013-empathy-e1110b246ff83d6add4bbf01c6ec8a8460070491.tar.zst
gsoc2013-empathy-e1110b246ff83d6add4bbf01c6ec8a8460070491.zip
Set default presence to available if there is no presence iface.
2007-06-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-group-chat.c: * libempathy/empathy-tp-contact-list.c: * libempathy/gossip-contact.c: Set default presence to available if there is no presence iface. svn path=/trunk/; revision=113
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2a9fb20d..5ec871fc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-06-02 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/gossip-group-chat.c:
+ * libempathy/empathy-tp-contact-list.c:
+ * libempathy/gossip-contact.c: Set default presence to available if
+ there is no presence iface.
+
+2007-06-02 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/gossip-ui-utils.c:
* libempathy-gtk/gossip-ui-utils.h:
* configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show()