diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-06-12 16:04:07 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-06-12 16:13:08 +0200 |
commit | 278de55ad646130a388732309549c48b62a14b03 (patch) | |
tree | 2c700f523c96104aadfaf131a581d11f52d3ae46 /src/application.cpp | |
parent | Clean up urlbar code by removing duplicated code (diff) | |
download | rekonq-278de55ad646130a388732309549c48b62a14b03.tar.xz |
Cleans up
- set initial icon to have properly dimensions set
- properly calculate needed icon's height
- calm down some kDebug messages
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/application.cpp b/src/application.cpp index c36aeeb8..9daf5fa2 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -200,7 +200,6 @@ int Application::newInstance() { isFirstLoad = false; - kDebug() << "EXIT VALUE: " << exitValue; return 0; } @@ -343,7 +342,6 @@ int Application::newInstance() KStartupInfo::appStarted(); isFirstLoad = false; - kDebug() << "EXIT VALUE: " << exitValue; return 0; } |