Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.py

changeset 3591
2f2a4a76dd22
parent 3178
f25fc1364c88
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
43 else: 43 else:
44 self.changeLists.addItems(sorted(vcs.svnGetChangelists())) 44 self.changeLists.addItems(sorted(vcs.svnGetChangelists()))
45 45
46 def showEvent(self, evt): 46 def showEvent(self, evt):
47 """ 47 """
48 Public method called when the dialog is about to be shown. 48 Protected method called when the dialog is about to be shown.
49 49
50 @param evt the event (QShowEvent) 50 @param evt the event (QShowEvent)
51 """ 51 """
52 self.recentCommitMessages = Preferences.toList( 52 self.recentCommitMessages = Preferences.toList(
53 Preferences.Prefs.settings.value('Subversion/Commits')) 53 Preferences.Prefs.settings.value('Subversion/Commits'))

eric ide

mercurial