diff 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
line wrap: on
line diff
--- a/libpurple/protocols/qq/buddy_info.c	Thu Apr 26 10:49:27 2007 +0000
+++ b/libpurple/protocols/qq/buddy_info.c	Thu Apr 26 12:25:49 2007 +0000
@@ -482,6 +482,7 @@
 			_("Modify my information"), NULL, fields,
 			_("Update my information"), G_CALLBACK(modify_info_ok_cb),
 			_("Cancel"), G_CALLBACK(modify_info_cancel_cb),
+			purple_connection_get_account(gc), NULL, NULL,
 			mid);
 	}
 }