| 131 g->internal_group_id = internal_group_id; |
131 g->internal_group_id = internal_group_id; |
| 132 g->member = user_uid; |
132 g->member = user_uid; |
| 133 |
133 |
| 134 nombre = uid_to_purple_name(user_uid); |
134 nombre = uid_to_purple_name(user_uid); |
| 135 |
135 |
| 136 purple_request_action(gc, _("QQ Qun Operation"), |
136 purple_request_action_with_hint(gc, _("QQ Qun Operation"), |
| 137 msg, reason, |
137 msg, reason, |
| 138 2, |
138 2, |
| 139 purple_connection_get_account(gc), nombre, NULL, |
139 purple_connection_get_account(gc), nombre, NULL, |
| 140 g, 3, |
140 "chat", g, 3, |
| 141 _("Approve"), |
141 _("Approve"), |
| 142 G_CALLBACK |
142 G_CALLBACK |
| 143 (qq_group_approve_application_with_struct), |
143 (qq_group_approve_application_with_struct), |
| 144 _("Reject"), |
144 _("Reject"), |
| 145 G_CALLBACK |
145 G_CALLBACK |