From cca7f8ae4f60ae9b6c704d200ab015233abdd4d7 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 22 Apr 2002 16:57:17 +0000 Subject: First fix for not finding files anymore. I'm going to the movies and then I'll fix the launcher case.... --- (limited to 'library') diff --git a/library/global.cpp b/library/global.cpp index 5a28595..4f1cc38 100644 --- a/library/global.cpp +++ b/library/global.cpp @@ -61,9 +61,9 @@ namespace { QStringList list = QStringList::split('\n', QString( array ) ); for(QStringList::Iterator it = list.begin(); it != list.end(); ++it ){ if( (*it).startsWith("autocheck = 0" ) ){ - return true; - }else if( (*it).startsWith("autocheck = 1" ) ){ return false; + }else if( (*it).startsWith("autocheck = 1" ) ){ + return true; } } return true; -- cgit v0.9.0.2