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')) |