125 self.__projectShowMenu) |
125 self.__projectShowMenu) |
126 |
126 |
127 menu = ericApp().getObject("Project").getMenu("Apidoc") |
127 menu = ericApp().getObject("Project").getMenu("Apidoc") |
128 if menu: |
128 if menu: |
129 menu.removeAction(self.__projectAct) |
129 menu.removeAction(self.__projectAct) |
130 ericApp().getObject("Project").removeEricActions([self.__projectAct]) |
130 ericApp().getObject("Project").removeEricActions( |
|
131 [self.__projectAct]) |
131 self.__initialize() |
132 self.__initialize() |
132 |
133 |
133 def __projectShowMenu(self, menuName, menu): |
134 def __projectShowMenu(self, menuName, menu): |
134 """ |
135 """ |
135 Private slot called, when the the project menu or a submenu is |
136 Private slot called, when the the project menu or a submenu is |