summaryrefslogtreecommitdiff
path: root/pidgin/gtkcertmgr.c
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2008-01-17 08:10:37 +0000
committerMark Doliner <markdoliner@pidgin.im>2008-01-17 08:10:37 +0000
commitc7781e6d7e73bc5ecadb7087e6d66b244fa8ee4e (patch)
treea367f32894af291db24612cca48a693c7dca0e9f /pidgin/gtkcertmgr.c
parente0fe9f3f0626afb7e29763e012930de416f777a6 (diff)
downloadpidgin-c7781e6d7e73bc5ecadb7087e6d66b244fa8ee4e.tar.gz
A few more of those "default_action" fixes
Diffstat (limited to 'pidgin/gtkcertmgr.c')
-rw-r--r--pidgin/gtkcertmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/gtkcertmgr.c b/pidgin/gtkcertmgr.c
index a6d4e3d967..8601d4c30d 100644
--- a/pidgin/gtkcertmgr.c
+++ b/pidgin/gtkcertmgr.c
@@ -373,7 +373,7 @@ tls_peers_mgmt_delete_cb(GtkWidget *button, gpointer data)
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,