[Kde-imaging] kdeextragear-libs-1/libkipi/libkipi
Gilles Caulier
caulier.gilles at free.fr
Mon Aug 2 14:32:02 CEST 2004
CVS commit by cgilles:
Bug fix by Richard Grould from ShowImg project : bad current path for the current folder.
Tested with Digikam, Kimdaba, and Gwenview.
CCMAIL: kde-imaging at kde.org
M +1 -6 uploadwidget.cpp 1.12
--- kdeextragear-libs-1/libkipi/libkipi/uploadwidget.cpp #1.11:1.12
@@ -120,10 +120,5 @@ void KIPI::UploadWidget::load()
m_pendingPath.pop_front();
- // Bugfix by Gilles (23/06/2004) : It's work fine like this with Digikam and Kimdaba.
- // This is must be tested with Gwenview
- //
- //m_handled += "/" + item;
-
- m_handled += item;
+ m_handled += "/" + item;
KFileTreeViewItem* branch = m_treeView->findItem( m_item, m_handled );
More information about the Kde-imaging
mailing list