# HG changeset patch # User Mark Huetsch # Date 1154971014 0 # Node ID d178bff33359428be84bd6de4bf5853cde5e2427 # Parent f78289db8977b94b54e8142468f7626407060142 [gaim-migrate @ 16665] Replaced a call to gaim_gtk_roomlist_dialog_show with gaim_roomlist_show_with_account. committer: Tailor Script diff -r f78289db8977 -r d178bff33359 src/protocols/qq/qq.c --- a/src/protocols/qq/qq.c Mon Aug 07 08:30:36 2006 +0000 +++ b/src/protocols/qq/qq.c Mon Aug 07 17:16:54 2006 +0000 @@ -28,11 +28,11 @@ #include "accountopt.h" #include "debug.h" -#include "gtkroomlist.h" #include "notify.h" #include "prefs.h" #include "prpl.h" #include "request.h" +#include "roomlist.h" #include "server.h" #include "util.h" @@ -507,9 +507,9 @@ g_string_free(info, TRUE); } -static void _qq_menu_search_or_add_permanent_group(GaimPluginAction * action) +static void _qq_menu_search_or_add_permanent_group(GaimPluginAction *action) { - gaim_gtk_roomlist_dialog_show(); + gaim_roomlist_show_with_account(NULL); } /*