Adding hints to pidgin/gtkblist.c

Thu, 16 Aug 2007 20:49:11 +0000

author
Gabriel Schulhof <nix@go-nix.ca>
date
Thu, 16 Aug 2007 20:49:11 +0000
changeset 19286
be660af942bf
parent 19285
a4f37478cedb
child 19287
9e0f948cfd13

Adding hints to pidgin/gtkblist.c

pidgin/gtkblist.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkblist.c	Thu Aug 16 20:18:30 2007 +0000
+++ b/pidgin/gtkblist.c	Thu Aug 16 20:49:11 2007 +0000
@@ -4024,7 +4024,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,
+						"account", account, 3,
 						_("OK"), NULL,
 						_("Modify Account"), PURPLE_CALLBACK(ce_modify_account_cb),
 						enabled ? _("Connect") : _("Re-enable Account"),
@@ -5930,7 +5930,7 @@
 					   _("Add"), G_CALLBACK(add_group_cb),
 					   _("Cancel"), NULL,
 					   NULL, NULL, NULL,
-					   NULL);
+					   "blist", NULL);
 }
 
 void

mercurial