summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-01-17 19:58:43 +0100
committermegabigbug <megabigbug@arrakis.(none)>2010-01-17 19:58:43 +0100
commitb3e4495ce1355c70f1ab0f5be94b0bca8bba613b (patch)
treefd2f3643f4b35141ec2f57c07d9db7600188c9a8 /src/mainview.cpp
parentupgrading RULES files and applying loadUrl fix: "double quotes (diff)
downloadrekonq-b3e4495ce1355c70f1ab0f5be94b0bca8bba613b.tar.xz
fix close tab when javascript:self.close()
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index 7dbe8b23..953f6f38 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -511,7 +511,7 @@ void MainView::closeTab(int index)
removeTab(index);
updateTabBar(); // UI operation: do it ASAP!!
- delete tab; // webView is scheduled for deletion.
+ tab->deleteLater(); // webView is scheduled for deletion.
emit tabsChanged();