[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3566: The other part of r3536. (vidalia/trunk/src/torcontrol)
Author: edmanm
Date: 2009-02-23 22:20:58 -0500 (Mon, 23 Feb 2009)
New Revision: 3566
Modified:
vidalia/trunk/src/torcontrol/torcontrol.cpp
Log:
The other part of r3536.
Modified: vidalia/trunk/src/torcontrol/torcontrol.cpp
===================================================================
--- vidalia/trunk/src/torcontrol/torcontrol.cpp 2009-02-24 00:53:46 UTC (rev 3565)
+++ vidalia/trunk/src/torcontrol/torcontrol.cpp 2009-02-24 03:20:58 UTC (rev 3566)
@@ -50,7 +50,7 @@
QObject::connect(_torService, SIGNAL(finished(int, QProcess::ExitStatus)),
this, SLOT(onStopped(int, QProcess::ExitStatus)));
QObject::connect(_torService, SIGNAL(startFailed(QString)),
- this, SIGNAL(onStartFailed(QString)));
+ this, SIGNAL(startFailed(QString)));
#endif
}