eric6/Project/ProjectBaseBrowser.py

changeset 7265
0665c4d509c9
parent 7229
53054eb5b15a
child 7266
d001bc703c29
equal deleted inserted replaced
7264:bedbe458d792 7265:0665c4d509c9
753 753
754 def _configure(self): 754 def _configure(self):
755 """ 755 """
756 Protected method to open the configuration dialog. 756 Protected method to open the configuration dialog.
757 """ 757 """
758 e5App().getObject("UserInterface")\ 758 e5App().getObject("UserInterface").showPreferences(
759 .showPreferences("projectBrowserPage") 759 "projectBrowserPage")

eric ide

mercurial