[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : gerry
Repository : xara
Revision : 1690
Date : Thu Aug 10 14:53:04 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/impexpop.cpp
Fixed drag and drop import of multiple files
Diff:
Index: Trunk/XaraLX/Kernel/impexpop.cpp
===================================================================
--- Trunk/XaraLX/Kernel/impexpop.cpp (revision 1689)
+++ Trunk/XaraLX/Kernel/impexpop.cpp (revision 1690)
@@ -1979,6 +1979,9 @@
}
}
+
+ // Get the next file name item
+ pItem = (StringListItem*)(pFileList->GetNext(pItem));
}
// Finished the operation
Xara