[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1375: Oopsies. Missed a spot. (trunk/src/control)
Author: edmanm
Date: 2006-10-22 23:45:59 -0400 (Sun, 22 Oct 2006)
New Revision: 1375
Modified:
trunk/src/control/torcontrol.cpp
Log:
Oopsies. Missed a spot.
Modified: trunk/src/control/torcontrol.cpp
===================================================================
--- trunk/src/control/torcontrol.cpp 2006-10-23 03:36:10 UTC (rev 1374)
+++ trunk/src/control/torcontrol.cpp 2006-10-23 03:45:59 UTC (rev 1375)
@@ -181,9 +181,11 @@
delete _torProcess;
_torProcess = 0;
}
+#if defined(Q_OS_WIN32)
if (_torService) {
QObject::disconnect(_torService, 0, 0, 0);
}
+#endif
}
/** Detects if the Tor process is running under Vidalia. Returns true if