diff options
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/application.cpp b/src/application.cpp index 48fb1a3e..65f2cf95 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -199,7 +199,8 @@ int Application::newInstance() { isFirstLoad = false; - return exitValue; + kDebug() << "EXIT VALUE: " << exitValue; + return 0; } if (isRekonqCrashed && isFirstLoad) @@ -335,7 +336,8 @@ int Application::newInstance() KStartupInfo::appStarted(); isFirstLoad = false; - return exitValue; + kDebug() << "EXIT VALUE: " << exitValue; + return 0; } |