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;
if ( destination != trashElement &&
!destination.getFullVirtualPath().startsWith( possibleDest.getFullVirtualPath(), Qt::CaseInsensitive ) )
if ( destination != trashElement && destination != UBFeature()
/*&& !destination.getFullVirtualPath().startsWith( possibleDest.getFullVirtualPath(), Qt::CaseInsensitive )*/ )
{
dest = possibleDest;
}

Loading…
Cancel
Save