From 2a6e3f146380f0fff8ad02119b48c6e9639d2768 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:13:18 +0000 Subject: Let a EmpathyChatroomManager observe the dispatcher Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2149 --- libempathy/empathy-dispatcher.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy') diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index c1ff62f14..f4510123c 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1299,7 +1299,9 @@ empathy_dispatcher_init (EmpathyDispatcher *dispatcher) } 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 * -- cgit v1.2.3