Mercurial > pidgin.yaz
changeset 14052:d178bff33359
[gaim-migrate @ 16665]
Replaced a call to gaim_gtk_roomlist_dialog_show with gaim_roomlist_show_with_account.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Huetsch <markhuetsch> |
---|---|
date | Mon, 07 Aug 2006 17:16:54 +0000 |
parents | f78289db8977 |
children | 96ef9966aa24 |
files | src/protocols/qq/qq.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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); } /*