[Uml-devel] kdesdk/umbrello/umbrello
Jonathan Riddell
jr at jriddell.org
Sat Jul 5 10:53:01 UTC 2003
On Fri, Jul 04, 2003 at 07:58:54PM +0200, Helge Deller wrote:
> CVS commit by deller:
>
> roaming user fixes
>
>
> M +1 -1 main.cpp 1.9
> M +17 -5 uml.cpp 1.44
This seems to have caused a problem.
config -> writePathEntry( "lastFile", doc->URL().prettyURL() );
saves an entry to something like
lastFile=$HOME/file:/W99/99/r/jr050/uml-file.xmi
which then expands to
file:/W99/99/r/jr050/file:/W99/99/r/jr050/uml-file.xmi
A similar thing happens when using, for example, an HTTP URL.
lastFile=$HOME/http://uml.sourceforge.net/developers/umbrello-example-file.xmi
I'm not sure what the best way to fix this is.
I'm also curious about the use of
#if KDE_IS_VERSION(3,1,3)
What about later or earler versions of KDE? writePathEntry() doesn't
seem like it should cause problems with different KDE versions.
Thanks
Jonathan Riddell
More information about the umbrello-devel
mailing list