autoroutage

preferencesAboutTextFull
Ilia Ryabokon 12 years ago
parent 73d04c8587
commit 43829e4454
  1. 4
      src/board/UBFeaturesController.cpp

@ -875,8 +875,8 @@ void UBFeaturesController::moveExternalData(const QUrl &url, const UBFeature &de
UBFeature dest = destination; UBFeature dest = destination;
if ( destination != trashElement && if ( destination != trashElement && destination != UBFeature()
!destination.getFullVirtualPath().startsWith( possibleDest.getFullVirtualPath(), Qt::CaseInsensitive ) ) /*&& !destination.getFullVirtualPath().startsWith( possibleDest.getFullVirtualPath(), Qt::CaseInsensitive )*/ )
{ {
dest = possibleDest; dest = possibleDest;
} }

Loading…
Cancel
Save