[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12745: Cleanup BrowserProcess on exit (thanks edmanm) (torpedo/trunk/build-scripts)
Author: sjm217
Date: 2007-12-09 13:07:57 -0500 (Sun, 09 Dec 2007)
New Revision: 12745
Modified:
torpedo/trunk/build-scripts/vidalia-startbrowser.patch
Log:
Cleanup BrowserProcess on exit (thanks edmanm)
Modified: torpedo/trunk/build-scripts/vidalia-startbrowser.patch
===================================================================
--- torpedo/trunk/build-scripts/vidalia-startbrowser.patch 2007-12-09 17:56:27 UTC (rev 12744)
+++ torpedo/trunk/build-scripts/vidalia-startbrowser.patch 2007-12-09 18:07:57 UTC (rev 12745)
@@ -158,7 +158,7 @@
_torControl->setEvent(TorEvents::GeneralStatus, this, true);
+ /* Create a new BrowserProcess object, used to start the web browser */
-+ _browserProcess = new BrowserProcess();
++ _browserProcess = new BrowserProcess(this);
+ connect(_browserProcess, SIGNAL(finished(int, QProcess::ExitStatus)),
+ this, SLOT(onBrowserFinished(int, QProcess::ExitStatus)));
+