aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chatrooms-window.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:53:43 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:53:43 +0800
commitfc8158f824770fc98f8170d686dd1d1f7a896712 (patch)
treec8af613d8ab6ce4823756d4a6a9c78d0dd8c91af /src/empathy-chatrooms-window.c
parent844f5a7fa192a0805fb13394bff08a4de27aa025 (diff)
downloadgsoc2013-empathy-fc8158f824770fc98f8170d686dd1d1f7a896712.tar
gsoc2013-empathy-fc8158f824770fc98f8170d686dd1d1f7a896712.tar.gz
gsoc2013-empathy-fc8158f824770fc98f8170d686dd1d1f7a896712.tar.bz2
gsoc2013-empathy-fc8158f824770fc98f8170d686dd1d1f7a896712.tar.lz
gsoc2013-empathy-fc8158f824770fc98f8170d686dd1d1f7a896712.tar.xz
gsoc2013-empathy-fc8158f824770fc98f8170d686dd1d1f7a896712.tar.zst
gsoc2013-empathy-fc8158f824770fc98f8170d686dd1d1f7a896712.zip
add the file path as arg to empathy_chatroom_manager_new
svn path=/trunk/; revision=1542
Diffstat (limited to 'src/empathy-chatrooms-window.c')
-rw-r--r--src/empathy-chatrooms-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chatrooms-window.c b/src/empathy-chatrooms-window.c
index 52c6635bf..fd2b3e4f6 100644
--- a/src/empathy-chatrooms-window.c
+++ b/src/empathy-chatrooms-window.c
@@ -144,7 +144,7 @@ empathy_chatrooms_window_show (GtkWindow *parent)
g_object_add_weak_pointer (G_OBJECT (window->window), (gpointer) &window);
/* Get the session and chat room manager */
- window->manager = empathy_chatroom_manager_new ();
+ window->manager = empathy_chatroom_manager_new (NULL);
g_signal_connect (window->manager, "chatroom-added",
G_CALLBACK (chatrooms_window_chatroom_added_cb),