Bug 134121 - Kate doesn't check timestamps before saving a file with fish.
Summary: Kate doesn't check timestamps before saving a file with fish.
Status: RESOLVED DUPLICATE of bug 104523
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-15 14:28 UTC by Roy Dragseth
Modified: 2007-12-11 18:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***