comparison libpurple/plugins/offlinemsg.c @ 16439: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
comparison
equal deleted inserted replaced
16435:a46a0362dc34 16439:08db93bbd798
153 "rest of the messages in a pounce and automatically send them " 153 "rest of the messages in a pounce and automatically send them "
154 "when \"%s\" logs back in?"), who, who); 154 "when \"%s\" logs back in?"), who, who);
155 155
156 purple_request_action(handle, _("Offline Message"), ask, 156 purple_request_action(handle, _("Offline Message"), ask,
157 _("You can edit/delete the pounce from the `Buddy Pounces' dialog"), 157 _("You can edit/delete the pounce from the `Buddy Pounces' dialog"),
158 1, offline, 2, 158 1,
159 offline->account, offline->who, offline->conv,
160 offline, 2,
159 _("Yes"), record_pounce, 161 _("Yes"), record_pounce,
160 _("No"), cancel_poune); 162 _("No"), cancel_poune);
161 g_free(ask); 163 g_free(ask);
162 } 164 }
163 } 165 }