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/mainview.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/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 773f4ab3..e3e82989 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -450,9 +450,6 @@ void MainView::closeTab(int index, bool del) return; } - kDebug() << "URL: " << tabToClose->url(); - kDebug() << "rekonq page: " << tabToClose->page()->isOnRekonqPage(); - if (!tabToClose->url().isEmpty() && tabToClose->url().scheme() != QL1S("about") && !tabToClose->page()->isOnRekonqPage() |