Summary: | automatic cleanups detected as external modifications | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | Alessandro Morelli <alex> |
Component: | general | Assignee: | András Manţia <amantia> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kbratanov, rfujimoto |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alessandro Morelli
2004-02-05 11:45:01 UTC
CVS commit by amantia: Workaround for a Kate bug. Might fix those "File changed" dialog pops up errors. Those who experienced that problem, please test it. CCMAIL: quanta@kde.org CCMAIL: 74305@bugs.kde.org CCMAIL: 74217@bugs.kde.org M +1 -0 document.cpp 1.250 --- kdewebdev/quanta/src/document.cpp #1.249:1.250 @@ -140,4 +140,5 @@ Document::Document(const KURL& p_baseURL Document::~Document() { + m_doc->closeURL(false); //TODO: Workaround for a Kate bug. Remove when KDE < 3.2.0 support is dropped. delete m_view; delete m_doc; *** Bug 74305 has been marked as a duplicate of this bug. *** *** Bug 75044 has been marked as a duplicate of this bug. *** Everyone who had this problem, please try to update from CVS (kdewebdev) and report. Andras Thanks, the CVS version fixed my issue! Hopefully it's fixed it for everyone else.. Fixed in CVS. |