changeset 19841:0d527a92b14c

Added hints to qq group.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 20:23:13 +0000
parents 7000df5229bc
children 92968272518e
files libpurple/protocols/qq/group.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/group.c	Sun Aug 12 20:19:29 2007 +0000
+++ b/libpurple/protocols/qq/group.c	Sun Aug 12 20:23:13 2007 +0000
@@ -123,7 +123,7 @@
 			   _("Search"), G_CALLBACK(_qq_group_search_callback), 
 			   _("Cancel"), G_CALLBACK(_qq_group_search_cancel_callback), 
 			   purple_connection_get_account(gc), NULL, NULL,
-			   gc);
+			   "chat", gc);
 
 	return qd->roomlist;
 }