diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-01-24 23:47:46 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-01-24 23:47:46 +0100 |
commit | fd5a16fc9e64e6499e64a8615d61767f1a755123 (patch) | |
tree | 2a336a3592fb08c748aa036fd7044b8013f89483 /src | |
parent | rekonq 0.3.32 (diff) | |
download | rekonq-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.cpp | 1 |
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(); } |