[Digikam-devel] [Bug 205341] digikam get mixed up with windows path. need of head '/' before C:/ ?
David Eriksson
meldavid at acc.umu.se
Sun Aug 30 13:37:06 BST 2009
https://bugs.kde.org/show_bug.cgi?id=205341
David Eriksson <meldavid at acc.umu.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |meldavid at acc.umu.se
--- Comment #1 from David Eriksson <meldavid acc umu se> 2009-08-30 14:37:05 ---
I think this problem comes with KDE 4.3.0 and via commit 930172, which makes
KUrl::path() return /C:/... instead of C:/.... It can be fixed by using
KUrl::toLocalFile() instead of KUrl::path(). There are many places in the code
where KUrl::path() are used and I guess that all of them have stoped working on
Windows.
Is there a reason why KUrl::path() is used and not KUrl::toLocalFile()? Is it
needed when having network collections?
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list