diff -r 10516539f238 -r 0a02c433f52d Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py --- a/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -65,7 +65,8 @@ """ Private method to resort the tree. """ - self.propsList.sortItems(self.propsList.sortColumn(), + self.propsList.sortItems( + self.propsList.sortColumn(), self.propsList.header().sortIndicatorOrder()) def __resizeColumns(self): @@ -128,7 +129,8 @@ self.process.start('svn', args) procStarted = self.process.waitForStarted(5000) if not procStarted: - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. '