Who stole the ! from main.cpp?
[quassel.git] / src / common / main.cpp
index 7fa59aa..9785169 100644 (file)
@@ -113,7 +113,7 @@ int main(int argc, char **argv) {
 #endif
 
 #ifndef BUILD_QTUI
 #endif
 
 #ifndef BUILD_QTUI
-  if(args.contains("--norestore")) {
+  if(!args.contains("--norestore")) {
     Core::restoreState();
   }
 #endif
     Core::restoreState();
   }
 #endif