forked from qt-creator/qt-creator
SVN: Fix Subversion 1.6 and earlier support after refactoring
After refactoring in fa2c24d92b
,
Subversion 1.6 and earlier working copies are not detected properly
which results in the Subversion menu missing. This fixes the
detection by correcting a typo in the last return statement.
Change-Id: I64334a3f46e94b2b36e8a83b1833cf899fdb58c6
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
c8b44dedfb
commit
28668eea86
@@ -1393,7 +1393,7 @@ bool SubversionPlugin::managesDirectory(const QString &directory, QString *topLe
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
// Check whether SVN management subdirs exist.
|
||||
|
Reference in New Issue
Block a user