commit ab62e618f705513649f6702fc7281515098dd9e5 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 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;
tor-commits@lists.torproject.org