[tor-commits] [vidalia/alpha] Update title after Vidalia has authenticated

chiiph at torproject.org chiiph at torproject.org
Wed May 30 02:01:55 UTC 2012


commit 3e6ca870506dad1e3a886251554a23001699216e
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Fri May 25 19:03:42 2012 -0300

    Update title after Vidalia has authenticated
---
 src/vidalia/MainWindow.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/vidalia/MainWindow.cpp b/src/vidalia/MainWindow.cpp
index c97ab35..cd4bf27 100644
--- a/src/vidalia/MainWindow.cpp
+++ b/src/vidalia/MainWindow.cpp
@@ -185,7 +185,6 @@ MainWindow::createGUI()
   createMenuBar();
   createToolBar();
   createTrayIcon();
-  updateTitle();
 
   // We need to create this tab at the beggining
   // and we must specify the statusBar
@@ -1032,6 +1031,9 @@ MainWindow::connectFailed(QString errmsg)
 void
 MainWindow::authenticated()
 {
+  // We update the title once we are authenticated
+  updateTitle();
+
   TorSettings settings;
 
   _torControl->clearErrState();





More information about the tor-commits mailing list