From 13c7fd045e823b63602118486d4eb9e591463338 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Mon, 13 Aug 2012 02:43:52 -0700 Subject: [PATCH] Put the congratulations in a separate box && show easy/secure choice for demo --- trustify/client/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trustify/client/client.py b/trustify/client/client.py index 3e9ec4bca..380334afa 100644 --- a/trustify/client/client.py +++ b/trustify/client/client.py @@ -390,7 +390,8 @@ def authenticate(): sni_challenge.apache_restart(quiet=curses) if curses: - shower.add("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!") + dialog.Dialog().msgbox("\nCongratulations! You have successfully enabled " + gen_https_names(dn) + "!") + by_default() else: print "Congratulations! You have successfully enabled " + gen_https_names(dn) + "!"