From fc8158f824770fc98f8170d686dd1d1f7a896712 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 13 Oct 2008 07:53:43 +0000 Subject: add the file path as arg to empathy_chatroom_manager_new svn path=/trunk/; revision=1542 --- src/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 52a88c548..c5437385f 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -619,7 +619,7 @@ main_window_favorite_chatroom_menu_setup (EmpathyMainWindow *window) { GList *chatrooms, *l; - window->chatroom_manager = empathy_chatroom_manager_new (); + window->chatroom_manager = empathy_chatroom_manager_new (NULL); chatrooms = empathy_chatroom_manager_get_chatrooms (window->chatroom_manager, NULL); window->room_menu = gtk_menu_item_get_submenu (GTK_MENU_ITEM (window->room)); -- cgit v1.2.3