--- a/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Sat Oct 19 15:15:50 2013 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py Sat Oct 19 16:14:07 2013 +0200 @@ -888,7 +888,7 @@ """ names = [os.path.join(self.dname, itm.text(self.__pathColumn)) for itm in self.__getLockActionItems( - self.stealBreakLockIndicators)] + self.stealBreakLockIndicators)] if not names: E5MessageBox.information( self, @@ -906,7 +906,7 @@ """ names = [os.path.join(self.dname, itm.text(self.__pathColumn)) for itm in self.__getLockActionItems( - self.stealBreakLockIndicators)] + self.stealBreakLockIndicators)] if not names: E5MessageBox.information( self,