[tor-commits] [vidalia/alpha] uncomment the -no-remote command line in order to make it possible to launch multiple Firefox after TBB is launched. fixes bug #2254

chiiph at torproject.org chiiph at torproject.org
Sun Jun 12 18:26:00 UTC 2011


commit ab62e618f705513649f6702fc7281515098dd9e5
Author: Erinn Clark <erinn at torproject.org>
Date:   Thu Jun 9 03:37:54 2011 -0300

    uncomment the -no-remote command line in order to make it possible to launch multiple Firefox after TBB is launched. fixes bug #2254
---
 src/vidalia/MainWindow.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/vidalia/MainWindow.cpp b/src/vidalia/MainWindow.cpp
index c2cb8e8..70e8044 100644
--- a/src/vidalia/MainWindow.cpp
+++ b/src/vidalia/MainWindow.cpp
@@ -1945,7 +1945,7 @@ MainWindow::launchBrowserFromDirectory()
   /* Build the command line arguments */
   QStringList commandLine;
   // Is this better or worse than MOZ_NO_REMOTE?
-  //commandLine << "-no-remote";
+  commandLine << "-no-remote";
   commandLine << "-profile";
   commandLine << profileDir;
 





More information about the tor-commits mailing list