926 |
926 |
927 def __SVNConfigure(self): |
927 def __SVNConfigure(self): |
928 """ |
928 """ |
929 Private method to open the configuration dialog. |
929 Private method to open the configuration dialog. |
930 """ |
930 """ |
931 e5App().getObject("UserInterface").showPreferences( |
931 ericApp().getObject("UserInterface").showPreferences( |
932 "zzz_subversionPage") |
932 "zzz_subversionPage") |
933 |
933 |
934 def __SVNAddToChangelist(self): |
934 def __SVNAddToChangelist(self): |
935 """ |
935 """ |
936 Private slot called by the context menu to add files to a changelist. |
936 Private slot called by the context menu to add files to a changelist. |