45 else: |
45 else: |
46 self.changeLists.addItems(sorted(changelists)) |
46 self.changeLists.addItems(sorted(changelists)) |
47 |
47 |
48 def showEvent(self, evt): |
48 def showEvent(self, evt): |
49 """ |
49 """ |
50 Public method called when the dialog is about to be shown. |
50 Protected method called when the dialog is about to be shown. |
51 |
51 |
52 @param evt the event (QShowEvent) |
52 @param evt the event (QShowEvent) |
53 """ |
53 """ |
54 self.recentCommitMessages = Preferences.toList( |
54 self.recentCommitMessages = Preferences.toList( |
55 Preferences.Prefs.settings.value('Subversion/Commits')) |
55 Preferences.Prefs.settings.value('Subversion/Commits')) |