comparison libpurple/protocols/qq/group_join.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 8ae227dca885
comparison
equal deleted inserted replaced
21244:a20ef7180680 21335:d4f95419be45
137 _("Would you be my friend?"), TRUE, FALSE, NULL, 137 _("Would you be my friend?"), TRUE, FALSE, NULL,
138 _("Send"), 138 _("Send"),
139 G_CALLBACK(_qq_group_join_auth_with_gc_and_id), 139 G_CALLBACK(_qq_group_join_auth_with_gc_and_id),
140 _("Cancel"), G_CALLBACK(qq_do_nothing_with_gc_and_uid), 140 _("Cancel"), G_CALLBACK(qq_do_nothing_with_gc_and_uid),
141 purple_connection_get_account(gc), group->group_name_utf8, NULL, 141 purple_connection_get_account(gc), group->group_name_utf8, NULL,
142 PURPLE_REQUEST_UI_HINT_CONV, g); 142 PURPLE_REQUEST_HINT_CONV, g);
143 g_free(msg); 143 g_free(msg);
144 } 144 }
145 145
146 void qq_send_cmd_group_auth(PurpleConnection *gc, qq_group *group, guint8 opt, guint32 uid, const gchar *reason_utf8) 146 void qq_send_cmd_group_auth(PurpleConnection *gc, qq_group *group, guint8 opt, guint32 uid, const gchar *reason_utf8)
147 { 147 {
360 _("Are you sure you want to leave this Qun?"), 360 _("Are you sure you want to leave this Qun?"),
361 _ 361 _
362 ("Note, if you are the creator, \nthis operation will eventually remove this Qun."), 362 ("Note, if you are the creator, \nthis operation will eventually remove this Qun."),
363 1, 363 1,
364 purple_connection_get_account(gc), NULL, NULL, 364 purple_connection_get_account(gc), NULL, NULL,
365 PURPLE_REQUEST_UI_HINT_CONV, g, 2, _("Cancel"), 365 PURPLE_REQUEST_HINT_CONV, g, 2, _("Cancel"),
366 G_CALLBACK(qq_do_nothing_with_gc_and_uid), 366 G_CALLBACK(qq_do_nothing_with_gc_and_uid),
367 _("Continue"), G_CALLBACK(_qq_group_exit_with_gc_and_id)); 367 _("Continue"), G_CALLBACK(_qq_group_exit_with_gc_and_id));
368 } 368 }