Bug 150375

Summary: kate doesn't save document URLs when session save
Product: [Applications] kate Reporter: Mikhail Rogozhin <buhut>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Mikhail Rogozhin 2007-10-01 14:50:19 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          mingw32 gcc version 3.4.2 
OS:                MS Windows

This bug occurs only on Windows

steps to reproduce
1. start Kate
2. open some files 
3. Session->Save
 ACT: session saved, but URLs of document are absent in .session file

It seems that bug occurs because of this: http://websvn.kde.org/trunk/KDE/kdelibs/kate/document/katedocument.cpp?r1=607529&r2=613644  

This code checks if  document is temporary file. But doesn't works right on Windows because in Windows absolute path doesn't start with '/'
Comment 1 Christian Ehrlicher 2007-10-29 14:47:10 UTC
This was a bug in katepart - should be fixed now. plz. check with current svn.
Comment 2 Christian Ehrlicher 2007-10-29 14:54:02 UTC
Sorry, wrong bug. I'll fix this issue asap
Comment 3 Christian Ehrlicher 2007-11-10 15:33:50 UTC
SVN commit 734930 by chehrlic:

fix saving config file on windows

BUG: 150375

 M  +1 -1      katedocument.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=734930