diff options
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 * |