comparison libpurple/protocols/qq/buddy_info.c @ 16442:08db93bbd798

Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 26 Apr 2007 12:25:49 +0000
parents 85d5942e80e9
children 5e47b3427b28
comparison
equal deleted inserted replaced
16438:a46a0362dc34 16442:08db93bbd798
480 480
481 purple_request_fields(gc, _("Modify my information"), 481 purple_request_fields(gc, _("Modify my information"),
482 _("Modify my information"), NULL, fields, 482 _("Modify my information"), NULL, fields,
483 _("Update my information"), G_CALLBACK(modify_info_ok_cb), 483 _("Update my information"), G_CALLBACK(modify_info_ok_cb),
484 _("Cancel"), G_CALLBACK(modify_info_cancel_cb), 484 _("Cancel"), G_CALLBACK(modify_info_cancel_cb),
485 purple_connection_get_account(gc), NULL, NULL,
485 mid); 486 mid);
486 } 487 }
487 } 488 }
488 489
489 /* process the reply of modify_info packet */ 490 /* process the reply of modify_info packet */