diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 15:28:15 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 15:28:15 +0200 |
commit | ff6acd7ee07b4cf41392a522b96d044dca5b6d10 (patch) | |
tree | 034de2157975554a8ed85bdddfd623b99813712b /src/webpage.cpp | |
parent | Updated TODO (diff) | |
download | rekonq-ff6acd7ee07b4cf41392a522b96d044dca5b6d10.tar.xz |
Pano "create new windowd" bug fix and other little web classes
improvements
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index 80eb6bd8..bb6f0d9c 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -88,14 +88,12 @@ WebPage *WebPage::createWindow(QWebPage::WebWindowType type) { kDebug() << "WebPage createWindow slot"; - return createWindow(type); + return newWindow(type); } WebPage *WebPage::newWindow(WebWindowType type) { - kDebug() << "creating window as new tab.. "; - // added to manage web modal dialogs if (type == QWebPage::WebModalDialog) { |