Changeset 2956

Show
Ignore:
Timestamp:
08/12/08 11:16:56 (3 months ago)
Author:
cviecco
Message:

Applied change set 2919 to the exit country branch. Fixes display status.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/branches/exit-country/src/torcontrol/torcontrol.cpp

    r2665 r2956  
    585585 
    586586  /* Split the version string at either "." or "-" characters */ 
    587   QStringList parts = versionString.split(QRegExp("\\.|-")); 
     587  QStringList parts = versionString.split(QRegExp("\\.|-|\\ "));  
    588588  if (parts.size() >= 4) { 
    589589    major = (quint8)parts.at(0).toUInt();