From: <mar...@us...> - 2006-08-07 17:16:58
|
Revision: 16665 Author: markhuetsch Date: 2006-08-07 10:16:54 -0700 (Mon, 07 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16665&view=rev Log Message: ----------- Replaced a call to gaim_gtk_roomlist_dialog_show with gaim_roomlist_show_with_account. Modified Paths: -------------- trunk/src/protocols/qq/qq.c Modified: trunk/src/protocols/qq/qq.c =================================================================== --- trunk/src/protocols/qq/qq.c 2006-08-07 08:30:36 UTC (rev 16664) +++ trunk/src/protocols/qq/qq.c 2006-08-07 17:16:54 UTC (rev 16665) @@ -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); } /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |