aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:55:22 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:55:22 +0800
commit063c6dbfe2fb57ab251fcd51060e4e326a96105f (patch)
tree60127aa284213b72092e2c29faf738a55c136b91 /src
parent4c168e2aa6eaade37318e3e780a025950ddff9c7 (diff)
downloadgsoc2013-empathy-063c6dbfe2fb57ab251fcd51060e4e326a96105f.tar
gsoc2013-empathy-063c6dbfe2fb57ab251fcd51060e4e326a96105f.tar.gz
gsoc2013-empathy-063c6dbfe2fb57ab251fcd51060e4e326a96105f.tar.bz2
gsoc2013-empathy-063c6dbfe2fb57ab251fcd51060e4e326a96105f.tar.lz
gsoc2013-empathy-063c6dbfe2fb57ab251fcd51060e4e326a96105f.tar.xz
gsoc2013-empathy-063c6dbfe2fb57ab251fcd51060e4e326a96105f.tar.zst
gsoc2013-empathy-063c6dbfe2fb57ab251fcd51060e4e326a96105f.zip
empathy-chat-window: use new chatroom mgr API
svn path=/trunk/; revision=1572
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 8760c6e2e..7ae404e09 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1235,7 +1235,7 @@ empathy_chat_window_init (EmpathyChatWindow *window)
g_object_unref (glade);
- priv->chatroom_manager = empathy_chatroom_manager_new ();
+ priv->chatroom_manager = empathy_chatroom_manager_new (NULL);
priv->notebook = gtk_notebook_new ();
gtk_notebook_set_group (GTK_NOTEBOOK (priv->notebook), "EmpathyChatWindow");