Mercurial > pidgin
comparison libpurple/protocols/qq/buddy_info.c @ 24094:b67eb6f3f026
disapproval of revision '5688199e261449d33b5803dafff50d860896ebcb'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 15 Sep 2008 03:03:49 +0000 |
parents | 5f964757f517 |
children | 5c030dc88356 |
comparison
equal
deleted
inserted
replaced
24091:5f964757f517 | 24094:b67eb6f3f026 |
---|---|
709 qd = (qq_data *) gc->proto_data; | 709 qd = (qq_data *) gc->proto_data; |
710 | 710 |
711 data[data_len] = '\0'; | 711 data[data_len] = '\0'; |
712 if (qd->uid == atoi((gchar *) data)) { /* return should be my uid */ | 712 if (qd->uid == atoi((gchar *) data)) { /* return should be my uid */ |
713 purple_debug_info("QQ", "Update info ACK OK\n"); | 713 purple_debug_info("QQ", "Update info ACK OK\n"); |
714 purple_notify_info(gc, _("QQ Buddy"), _("Successed:"), _("Change buddy information.")); | 714 purple_notify_info(gc, NULL, _("My information has been updated"), NULL); |
715 } | 715 } |
716 } | 716 } |
717 | 717 |
718 static void _qq_send_packet_modify_face(PurpleConnection *gc, gint face_num) | 718 static void _qq_send_packet_modify_face(PurpleConnection *gc, gint face_num) |
719 { | 719 { |