| 210 group = qq_room_search_id(gc, id); |
210 group = qq_room_search_id(gc, id); |
| 211 g_return_if_fail(group != NULL); |
211 g_return_if_fail(group != NULL); |
| 212 |
212 |
| 213 purple_debug_info("QQ", "Succeed in modify members for room %d\n", group->ext_id); |
213 purple_debug_info("QQ", "Succeed in modify members for room %d\n", group->ext_id); |
| 214 |
214 |
| 215 purple_notify_info(gc, _("QQ Qun Operation"), |
215 purple_notify_info(gc, _("QQ Qun Operation"), _("Successed:"), _("Change Qun member")); |
| 216 _("You have successfully modified Qun member"), NULL); |
|
| 217 } |
216 } |
| 218 |
217 |
| 219 void qq_room_change_info(PurpleConnection *gc, qq_group *group) |
218 void qq_room_change_info(PurpleConnection *gc, qq_group *group) |
| 220 { |
219 { |
| 221 guint8 *data; |
220 guint8 *data; |
| 277 g_return_if_fail(group != NULL); |
276 g_return_if_fail(group != NULL); |
| 278 |
277 |
| 279 purple_debug_info("QQ", "Succeed in modify info for Qun %d\n", group->ext_id); |
278 purple_debug_info("QQ", "Succeed in modify info for Qun %d\n", group->ext_id); |
| 280 qq_group_refresh(gc, group); |
279 qq_group_refresh(gc, group); |
| 281 |
280 |
| 282 purple_notify_info(gc, _("QQ Qun Operation"), _("You have successfully modified Qun information"), NULL); |
281 purple_notify_info(gc, _("QQ Qun Operation"), _("Successed:"), _("Change Qun information")); |
| 283 } |
282 } |
| 284 |
283 |
| 285 /* we create a very simple group first, and then let the user to modify */ |
284 /* we create a very simple group first, and then let the user to modify */ |
| 286 void qq_room_create_new(PurpleConnection *gc, const gchar *name) |
285 void qq_room_create_new(PurpleConnection *gc, const gchar *name) |
| 287 { |
286 { |