For the TrustAnchor dialog, CANCEL should be the default. v0.9.6.1
authorDan Breslau <dbreslau@painless-security.com>
Wed, 26 Oct 2016 03:41:29 +0000 (23:41 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Wed, 26 Oct 2016 03:41:29 +0000 (23:41 -0400)
src/moonshot-trust-anchor-dialog.vala

index ee205a9..b22c874 100644 (file)
@@ -147,7 +147,7 @@ class TrustAnchorDialog : Dialog
         this.add_buttons(_("Cancel"), ResponseType.CANCEL,
                          _("Confirm"), ResponseType.OK);
 
-        this.set_default_response(ResponseType.OK);
+        this.set_default_response(ResponseType.CANCEL);
 
         var content_area = this.get_content_area();
         ((Box) content_area).set_spacing(12);