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:
Jonathan Liu
2011-11-07 20:49:48 +11:00
committed by Tobias Hunger
parent c8b44dedfb
commit 28668eea86

View File

@@ -1393,7 +1393,7 @@ bool SubversionPlugin::managesDirectory(const QString &directory, QString *topLe
}
}
}
return false;
return true;
}
// Check whether SVN management subdirs exist.