Commit 43829e44 authored by Ilia Ryabokon's avatar Ilia Ryabokon

autoroutage

parent 73d04c85
...@@ -875,8 +875,8 @@ void UBFeaturesController::moveExternalData(const QUrl &url, const UBFeature &de ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment