changeset 19889:a83ded770075

Added hints to qq group_join.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 20:52:56 +0000
parents 92968272518e
children 83ed57f6873e
files libpurple/protocols/qq/group_join.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/qq/group_join.c	Sun Aug 12 20:50:56 2007 +0000
+++ b/libpurple/protocols/qq/group_join.c	Sun Aug 12 20:52:56 2007 +0000
@@ -139,7 +139,7 @@
 			   G_CALLBACK(_qq_group_join_auth_with_gc_and_id),
 			   _("Cancel"), G_CALLBACK(qq_do_nothing_with_gc_and_uid),
 			   purple_connection_get_account(gc), group->group_name_utf8, NULL,
-			   g);
+			   "chat", g);
 	g_free(msg);
 }
 
@@ -362,7 +362,7 @@
 			    ("Note, if you are the creator, \nthis operation will eventually remove this Qun."),
 			    1,
 				purple_connection_get_account(gc), NULL, NULL,
-			    g, 2, _("Cancel"),
+			    "chat", g, 2, _("Cancel"),
 			    G_CALLBACK(qq_do_nothing_with_gc_and_uid),
 			    _("Continue"), G_CALLBACK(_qq_group_exit_with_gc_and_id));
 }