diff libpurple/plugins/offlinemsg.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 f8eb3e7c4fbd
children 5205dd2bd035
line wrap: on
line diff
--- a/libpurple/plugins/offlinemsg.c	Thu Apr 26 10:49:27 2007 +0000
+++ b/libpurple/plugins/offlinemsg.c	Thu Apr 26 12:25:49 2007 +0000
@@ -155,7 +155,9 @@
 	
 		purple_request_action(handle, _("Offline Message"), ask,
 					_("You can edit/delete the pounce from the `Buddy Pounces' dialog"),
-					1, offline, 2,
+					1,
+					offline->account, offline->who, offline->conv,
+					offline, 2,
 					_("Yes"), record_pounce,
 					_("No"), cancel_poune);
 		g_free(ask);