diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-05-31 21:23:57 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-31 21:23:57 +0800 |
commit | b103cb3c5a332d6136c3e040e61b5e8b37614b1a (patch) | |
tree | e4b38eec8c40dcb70a59afbb267693eecad153d5 /ChangeLog | |
parent | c06a2a5a2bb1a923918de34fe63efe18c090902b (diff) | |
download | gsoc2013-empathy-b103cb3c5a332d6136c3e040e61b5e8b37614b1a.tar gsoc2013-empathy-b103cb3c5a332d6136c3e040e61b5e8b37614b1a.tar.gz gsoc2013-empathy-b103cb3c5a332d6136c3e040e61b5e8b37614b1a.tar.bz2 gsoc2013-empathy-b103cb3c5a332d6136c3e040e61b5e8b37614b1a.tar.lz gsoc2013-empathy-b103cb3c5a332d6136c3e040e61b5e8b37614b1a.tar.xz gsoc2013-empathy-b103cb3c5a332d6136c3e040e61b5e8b37614b1a.tar.zst gsoc2013-empathy-b103cb3c5a332d6136c3e040e61b5e8b37614b1a.zip |
No need to RequestHandle, MissionControl has API to request the channel
2007-05-31 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle,
MissionControl has API to request the channel from handle string.
* libempathy-gtk/empathy-main-window.c: Request room channel when
clicking on favorite rooms.
* TODO: Add a task: supporting registering.
svn path=/trunk/; revision=102
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2007-05-31 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle, + MissionControl has API to request the channel from handle string. + + * libempathy-gtk/empathy-main-window.c: Request room channel when + clicking on favorite rooms. + + * TODO: Add a task: supporting registering. + +2007-05-31 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-idle.c: Do not restore away presence message when coming back after the user set manually to away. |