[torbutton/master] Bug #4161: Fix an exception on Windows TBB first-run.

commit a8b9d972365920126b2e436d9a609c332f284dba Author: Mike Perry <mikeperry-git@fscked.org> Date: Tue Oct 11 19:01:41 2011 -0700 Bug #4161: Fix an exception on Windows TBB first-run. Windows TBB uses this codepath because SocksPort auto was disabled. --- src/chrome/content/torbutton.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js index 1c76f03..966e574 100644 --- a/src/chrome/content/torbutton.js +++ b/src/chrome/content/torbutton.js @@ -2924,7 +2924,7 @@ function torbutton_set_launch_state(state, session_restore) { // Load our homepage again. We just killed it via the toggle. if (!session_restore) { - torbutton_do_version_check(); + torbutton_do_versioncheck(); torbutton_reload_homepage(); } }
participants (1)
-
mikeperry@torproject.org