Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py

changeset 3025
67064c71df21
parent 3020
542e97d4ecb3
child 3037
a417a0670a36
child 3058
0a02c433f52d
--- a/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py	Tue Oct 15 19:13:32 2013 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py	Wed Oct 16 15:16:54 2013 +0200
@@ -59,7 +59,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):

eric ide

mercurial