diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:15:17 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:15:17 +0800 |
commit | 1991fd5404adbc78e244cd38c7aa297c4933aef1 (patch) | |
tree | bac99eb80423cf7de6e4561b4a3542e4f4097a9c /libempathy/empathy-dispatcher.c | |
parent | e805d6ba0430bcc5f7bbc400e5152cf36b8d92ff (diff) | |
download | gsoc2013-empathy-1991fd5404adbc78e244cd38c7aa297c4933aef1.tar gsoc2013-empathy-1991fd5404adbc78e244cd38c7aa297c4933aef1.tar.gz gsoc2013-empathy-1991fd5404adbc78e244cd38c7aa297c4933aef1.tar.bz2 gsoc2013-empathy-1991fd5404adbc78e244cd38c7aa297c4933aef1.tar.lz gsoc2013-empathy-1991fd5404adbc78e244cd38c7aa297c4933aef1.tar.xz gsoc2013-empathy-1991fd5404adbc78e244cd38c7aa297c4933aef1.tar.zst gsoc2013-empathy-1991fd5404adbc78e244cd38c7aa297c4933aef1.zip |
Convert EmpathyChatroomManager to the new singleton convention
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2185
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index e065326e1..f004db0cb 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -898,7 +898,7 @@ 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); + priv->chatroom_mgr = empathy_chatroom_manager_dup_singleton (NULL); empathy_chatroom_manager_observe (priv->chatroom_mgr, dispatcher); } |