summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-01-24 23:47:46 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-01-24 23:47:46 +0100
commitfd5a16fc9e64e6499e64a8615d61767f1a755123 (patch)
tree2a336a3592fb08c748aa036fd7044b8013f89483 /src
parentrekonq 0.3.32 (diff)
downloadrekonq-fd5a16fc9e64e6499e64a8615d61767f1a755123.tar.xz
disconnect also webpage signals on close!
This will save rekonq from crashing on fast CTRL+W close on notify message popup
Diffstat (limited to 'src')
-rw-r--r--src/webpage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 6bf172a6..4cc9bbe3 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -91,6 +91,7 @@ WebPage::WebPage(QObject *parent)
WebPage::~WebPage()
{
+ disconnect();
}