| Summary: | Ark hangs immediately after the close view html | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | fizista |
| Component: | general | Assignee: | Harald Hvaal <metellius> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | rakuco |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Test file | ||
|
Description
fizista
2009-09-09 02:17:26 UTC
Created attachment 36809 [details]
Test file
Attach the test file here for future-proofness.
SVN commit 1021393 by rkcosta: Remove unnecessary slot. m_part is always deleted correctly when the dialog is closed, and by removing this slot we prevent a double delete when the part has already been deleted (think a KHTMLPart that has executed window.close() here). BUG: 206814 M +0 -10 arkviewer.cpp M +0 -1 arkviewer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1021393 SVN commit 1021395 by rkcosta: Backport r1021393. Remove unnecessary slot. m_part is always deleted correctly when the dialog is closed, and by removing this slot we prevent a double delete when the part has already been deleted (think a KHTMLPart that has executed window.close() here). CCBUG: 206814 M +0 -9 arkviewer.cpp M +0 -1 arkviewer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1021395 |