From 1989f165c2b754a42d3f06dfb5c33afd6111d820 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 8 Jan 2008 01:36:44 +0000 Subject: [PATCH] Who stole the ! from main.cpp? --- src/common/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/main.cpp b/src/common/main.cpp index 7fa59aaa..97851699 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -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 -- 2.20.1