676 |
676 |
677 def __svnConfigure(self): |
677 def __svnConfigure(self): |
678 """ |
678 """ |
679 Private slot to open the configuration dialog. |
679 Private slot to open the configuration dialog. |
680 """ |
680 """ |
681 e5App().getObject("UserInterface")\ |
681 e5App().getObject("UserInterface").showPreferences( |
682 .showPreferences("zzz_subversionPage") |
682 "zzz_subversionPage") |
683 |
683 |
684 def __svnChangeLists(self): |
684 def __svnChangeLists(self): |
685 """ |
685 """ |
686 Private slot used to show a list of change lists. |
686 Private slot used to show a list of change lists. |
687 """ |
687 """ |