148 """ |
148 """ |
149 Private slot to set some data after the page was loaded. |
149 Private slot to set some data after the page was loaded. |
150 |
150 |
151 @param ok flag indicating a successful load (boolean) |
151 @param ok flag indicating a successful load (boolean) |
152 """ |
152 """ |
153 ## try: |
|
154 if self.__browser.url().scheme() in ["eric", "about"]: |
153 if self.__browser.url().scheme() in ["eric", "about"]: |
155 self.__bookmarkButton.setVisible(False) |
154 self.__bookmarkButton.setVisible(False) |
156 else: |
155 else: |
157 self.__checkBookmark() |
156 self.__checkBookmark() |
158 self.__bookmarkButton.setVisible(True) |
157 self.__bookmarkButton.setVisible(True) |