[Digikam-devel] [Bug 122653] file-dialogue claims that pictures are not on the local-storage, yet they are
Marcel Wiesweg
marcel.wiesweg at gmx.de
Mon Sep 18 21:16:22 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=122653
------- Additional Comments From marcel.wiesweg gmx de 2006-09-18 22:16 -------
SVN commit 586141 by mwiesweg:
Provide the UDS_LOCAL_PATH entry.
Now the KDE replace file dialog will no longer think digikamalbums:/ is a remote file.
CCBUG: 122653
M +5 -1 digikamalbums.cpp
--- trunk/extragear/graphics/digikam/kioslave/digikamalbums.cpp #586140:586141
@ -1149,7 +1149,11 @
atom.m_uds = KIO::UDS_NAME;
atom.m_str = QFileInfo(path).fileName();
entry.append(atom);
-
+
+ atom.m_uds = KIO::UDS_LOCAL_PATH;
+ atom.m_str = path;
+ entry.append(atom);
+
return true;
}
More information about the Digikam-devel
mailing list