From: Manuel Nickschas Date: Tue, 8 Jan 2008 01:36:44 +0000 (+0000) Subject: Who stole the ! from main.cpp? X-Git-Tag: 0.2.0-alpha1~241 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=1989f165c2b754a42d3f06dfb5c33afd6111d820;ds=sidebyside Who stole the ! from main.cpp? --- 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