Who stole the ! from main.cpp?
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 8 Jan 2008 01:36:44 +0000 (01:36 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 8 Jan 2008 01:36:44 +0000 (01:36 +0000)
src/common/main.cpp

index 7fa59aa..9785169 100644 (file)
@@ -113,7 +113,7 @@ int main(int argc, char **argv) {
 #endif
 
 #ifndef BUILD_QTUI
-  if(args.contains("--norestore")) {
+  if(!args.contains("--norestore")) {
     Core::restoreState();
   }
 #endif