diff pidgin/gtkblist.c @ 16451:af1274975769

merge of 'd1933818a76d2d05c8161d9aa1491e1b46b6d92f' and 'e3c852fbe4f3bb99edd59ddf1eae85c8ebbb570e'
author Sean Egan <seanegan@gmail.com>
date Thu, 26 Apr 2007 19:02:11 +0000
parents 08db93bbd798
children 5e47b3427b28
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Thu Apr 26 18:51:07 2007 +0000
+++ b/pidgin/gtkblist.c	Thu Apr 26 19:02:11 2007 +0000
@@ -3954,6 +3954,7 @@
 
 	enabled = purple_account_get_enabled(account, purple_core_get_ui());
 	purple_request_action(account, _("Connection Error"), primary, text, 2,
+						account, NULL, NULL,
 						account, 3,
 						_("OK"), NULL,
 						_("Modify Account"), PURPLE_CALLBACK(ce_modify_account_cb),
@@ -5805,7 +5806,9 @@
 					   _("Please enter the name of the group to be added."),
 					   NULL, FALSE, FALSE, NULL,
 					   _("Add"), G_CALLBACK(add_group_cb),
-					   _("Cancel"), NULL, NULL);
+					   _("Cancel"), NULL,
+					   NULL, NULL, NULL,
+					   NULL);
 }
 
 void