comparison finch/gntconn.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 0f0832c13fcb
children 46f2f86e08e4
comparison
equal deleted inserted replaced
16438:a46a0362dc34 16442:08db93bbd798
41 primary = g_strdup_printf(_("%s disconnected."), act); 41 primary = g_strdup_printf(_("%s disconnected."), act);
42 secondary = g_strdup_printf(_("%s was disconnected due to the following error:\n%s"), 42 secondary = g_strdup_printf(_("%s was disconnected due to the following error:\n%s"),
43 act, text); 43 act, text);
44 44
45 purple_request_action(account, _("Connection Error"), primary, secondary, 1, 45 purple_request_action(account, _("Connection Error"), primary, secondary, 1,
46 account, NULL, NULL,
46 account, 2, 47 account, 2,
47 _("OK"), NULL, 48 _("OK"), NULL,
48 _("Connect"), 49 _("Connect"),
49 PURPLE_CALLBACK(purple_account_connect)); 50 PURPLE_CALLBACK(purple_account_connect));
50 51