Changeset 2916 for vidalia/trunk/src

Show
Ignore:
Timestamp:
07/25/08 08:40:23 (4 months ago)
Author:
edmanm
Message:

Add "TZ=UTC" to the browser executable's environment variables when launched
via Vidalia.

Files:
1 modified

Legend:

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

    r2780 r2916  
    140140  connect(_browserProcess, SIGNAL(startFailed(QString)), 
    141141           this, SLOT(onBrowserFailed(QString))); 
     142  _browserProcess->setEnvironment(QProcess::systemEnvironment() << "TZ=UTC"); 
    142143 
    143144  /* Create a new HelperProcess object, used to start the web browser */