Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py

changeset 3025
67064c71df21
parent 3020
542e97d4ecb3
child 3037
a417a0670a36
child 3058
0a02c433f52d
equal deleted inserted replaced
3024:17c01303a239 3025:67064c71df21
57 57
58 def __resort(self): 58 def __resort(self):
59 """ 59 """
60 Private method to resort the tree. 60 Private method to resort the tree.
61 """ 61 """
62 self.propsList.sortItems(self.propsList.sortColumn(), 62 self.propsList.sortItems(
63 self.propsList.sortColumn(),
63 self.propsList.header().sortIndicatorOrder()) 64 self.propsList.header().sortIndicatorOrder())
64 65
65 def __resizeColumns(self): 66 def __resizeColumns(self):
66 """ 67 """
67 Private method to resize the list columns. 68 Private method to resize the list columns.

eric ide

mercurial