For the TrustAnchor dialog, CANCEL should be the default.
[moonshot-ui.git] / 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);