Show
Ignore:
Timestamp:
01/27/08 13:59:29 (11 months ago)
Author:
edmanm
Message:

r89@lysithea: edmanm | 2008-01-27 13:58:58 -0500
Add a 'ProxyExecutableArguments?' configuration option to specify command line
arguments to be used when launching ProxyExecutable?. Patch from Steven J.
Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/vidalia/mainwindow.cpp

    r2324 r2328  
    460460   
    461461  if (!executable.isEmpty()) 
    462     _proxyProcess->start(executable, QStringList()); 
     462    _proxyProcess->start(executable, settings.getProxyExecutableArguments()); 
    463463} 
    464464