146 self.__projectShowMenu) |
146 self.__projectShowMenu) |
147 |
147 |
148 menu = ericApp().getObject("Project").getMenu("Apidoc") |
148 menu = ericApp().getObject("Project").getMenu("Apidoc") |
149 if menu: |
149 if menu: |
150 menu.removeAction(self.__projectAct) |
150 menu.removeAction(self.__projectAct) |
151 ericApp().getObject("Project").removeEricActions([self.__projectAct]) |
151 ericApp().getObject("Project").removeEricActions( |
|
152 [self.__projectAct]) |
152 self.__initialize() |
153 self.__initialize() |
153 |
154 |
154 def __projectShowMenu(self, menuName, menu): |
155 def __projectShowMenu(self, menuName, menu): |
155 """ |
156 """ |
156 Private slot called, when the the project menu or a submenu is |
157 Private slot called, when the the project menu or a submenu is |