[tor-commits] [tor-launcher/master] Settings wizard: place focus on	Connect button when on last panel.
    brade at torproject.org 
    brade at torproject.org
       
    Wed Apr 24 17:56:23 UTC 2013
    
    
  
commit d5d926446f4ea461b6bc5659807c0a52a5f72b4c
Author: Kathy Brade <brade at torproject.org>
Date:   Wed Apr 24 13:44:23 2013 -0400
    Settings wizard: place focus on Connect button when on last panel.
---
 src/chrome/content/network-settings-wizard.xul |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/chrome/content/network-settings-wizard.xul b/src/chrome/content/network-settings-wizard.xul
index b86b885..249c9ce 100644
--- a/src/chrome/content/network-settings-wizard.xul
+++ b/src/chrome/content/network-settings-wizard.xul
@@ -93,7 +93,8 @@
     </vbox>
   </wizardpage>
 
-  <wizardpage label=" " pageid="bridges" onextra1="onCopyLog();">
+  <wizardpage label=" " pageid="bridges" onextra1="onCopyLog();"
+              onpageshow="showOrHideButton('finish', true, true)">
     <vbox class="tbb-logo-box" align="start">
       <image class="tbb-logo" />
     </vbox>
    
    
More information about the tor-commits
mailing list