empathy r2149 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2149 - trunk/libempathy
- Date: Fri, 9 Jan 2009 16:13:18 +0000 (UTC)
Author: xclaesse
Date: Fri Jan 9 16:13:18 2009
New Revision: 2149
URL: http://svn.gnome.org/viewvc/empathy?rev=2149&view=rev
Log:
Let a EmpathyChatroomManager observe the dispatcher
Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>
Modified:
trunk/libempathy/empathy-dispatcher.c
Modified: trunk/libempathy/empathy-dispatcher.c
==============================================================================
--- trunk/libempathy/empathy-dispatcher.c (original)
+++ trunk/libempathy/empathy-dispatcher.c Fri Jan 9 16:13:18 2009
@@ -1299,7 +1299,9 @@
}
g_list_free (accounts);
+ /* FIXME thisshould probably be created by another object.. */
priv->chatroom_mgr = empathy_chatroom_manager_new (NULL);
+ empathy_chatroom_manager_observe (priv->chatroom_mgr, dispatcher);
}
EmpathyDispatcher *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]