Version: 3.3 Bleeding Edge (2004-01-19) (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 3.3.3 20040125 (prerelease) (Debian) OS: Linux If "Automatic Cleanups on Save" are activated, each time I save a file (eligible for automatic cleanups, that is), Quanta tells me that the file has been modified externally and prompts me for action. Asking for a diff, it shows modifications that appear to come from automatic cleanups.
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.