Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3024
17c01303a239
child 3141
72f3bde98c58
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
56 56
57 def __resort(self): 57 def __resort(self):
58 """ 58 """
59 Private method to resort the tree. 59 Private method to resort the tree.
60 """ 60 """
61 self.propsList.sortItems(self.propsList.sortColumn(), 61 self.propsList.sortItems(
62 self.propsList.sortColumn(),
62 self.propsList.header().sortIndicatorOrder()) 63 self.propsList.header().sortIndicatorOrder())
63 64
64 def __resizeColumns(self): 65 def __resizeColumns(self):
65 """ 66 """
66 Private method to resize the list columns. 67 Private method to resize the list columns.

eric ide

mercurial