commit 8b5a3bd0baa7e22fe4b238fdb53bba5d7223cee7 Author: Erinn Clark erinn@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 860eae4..052d5ac 100644 --- a/src/vidalia/MainWindow.cpp +++ b/src/vidalia/MainWindow.cpp @@ -627,7 +627,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;