Bug 134121

Summary: Kate doesn't check timestamps before saving a file with fish.
Product: [Applications] kate Reporter: Roy Dragseth <roy.dragseth>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Roy Dragseth 2006-09-15 14:28:06 UTC
Version:           2.5.4 (using KDE 3.5.4-1.1.fc5.kde, Fedora Core release 5 (Bordeaux))
Compiler:          Target: i386-redhat-linux
OS:                Linux (i686) release 2.6.17-1.2174_FC5

When editing local files kate detects if a file has changed on disk and creates a warning message.  It would be nice to have this feature when editing remote files with fish:// too.  I'm using fish:// extensively (one of the reasons I converted from emacs) and have been bitten by this when I forget to reload the file before editing it. I tend to leave files open in kate when I go home from work and continue from my home office and vice versa...

Best regards from an emacs convert.

r.
Comment 1 Andreas Kling 2006-09-15 14:53:39 UTC
SVN commit 584757 by kling:

Don't delete the KCMultiDialog down the path from its finished() signal.

BUG: 134121


 M  +1 -1      krootwm.cc  


--- branches/KDE/3.5/kdebase/kdesktop/krootwm.cc #584756:584757
@@ -738,7 +738,7 @@
 
 void KRootWm::slotConfigClosed()
 {
-    delete m_configDialog;
+    m_configDialog->delayedDestruct();
     m_configDialog = 0;
 }
 
Comment 2 Andreas Kling 2006-09-15 14:55:01 UTC
Whoops! Wrong BUG in the commmit message.
Comment 3 Thomas Friedrichsmeier 2007-12-11 18:04:03 UTC

*** This bug has been marked as a duplicate of 104523 ***