adapted to new normalized name for disabled sync mode

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@530 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-03-20 21:58:26 +00:00
parent 046d0a8ec9
commit ca282a4dff
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ void EvolutionSyncClient::initSources(SourceList &sourceList)
// is the source enabled?
string sync = sc->getSync();
bool enabled = sync != "none" && sync != "";
bool enabled = sync != "disabled";
bool overrideMode = false;
// override state?