comparison finch/gntplugin.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 4999bbc52881
children beb960114f7d
comparison
equal deleted inserted replaced
16438:a46a0362dc34 16442:08db93bbd798
331 purple_request_field_group_add_field(group, field); 331 purple_request_field_group_add_field(group, field);
332 } 332 }
333 } 333 }
334 334
335 purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields, 335 purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields,
336 _("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL, NULL); 336 _("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL,
337 } 337 NULL, NULL, NULL,
338 338 NULL);
339 }
340