[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4158: Remove the erroneous comma in the default vidalia.conf in th (vidalia/trunk/pkg/osx)
Author: edmanm
Date: 2009-10-31 20:48:07 -0400 (Sat, 31 Oct 2009)
New Revision: 4158
Modified:
vidalia/trunk/pkg/osx/vidalia.conf.sample
Log:
Remove the erroneous comma in the default vidalia.conf in the OS X
drag-and-drop bundle, since we now dump whatever the user types into a
QString rather than parsing it into a QStringList.
Modified: vidalia/trunk/pkg/osx/vidalia.conf.sample
===================================================================
--- vidalia/trunk/pkg/osx/vidalia.conf.sample 2009-10-31 21:19:53 UTC (rev 4157)
+++ vidalia/trunk/pkg/osx/vidalia.conf.sample 2009-11-01 00:48:07 UTC (rev 4158)
@@ -1,6 +1,6 @@
[General]
ProxyExecutable=/Applications/Vidalia.app/Contents/MacOS/polipo
-ProxyExecutableArguments=-c, /Applications/Vidalia.app/Contents/Resources/polipo.conf
+ProxyExecutableArguments=-c /Applications/Vidalia.app/Contents/Resources/polipo.conf
RunProxyAtStart=true
InterfaceStyle=Macintosh (Aqua)