diff pidgin/gtkcertmgr.c @ 22143:70fc60344317

A few more of those "default_action" fixes
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jan 2008 08:10:37 +0000
parents d943df776c09
children 71e27bc2e82b
line wrap: on
line diff
--- a/pidgin/gtkcertmgr.c	Thu Jan 17 08:02:38 2008 +0000
+++ b/pidgin/gtkcertmgr.c	Thu Jan 17 08:10:37 2008 +0000
@@ -373,7 +373,7 @@
 		
 		purple_request_yes_no(tpm_dat, _("Confirm certificate delete"),
 				      primary, NULL, /* Can this be NULL? */
-				      2, /* NO is default action */
+				      1, /* NO is default action */
 				      NULL, NULL, NULL,
 				      id, /* id ownership passed to callback */
 				      tls_peers_mgmt_delete_confirm_cb,