187 |
187 |
188 if not self.__external: |
188 if not self.__external: |
189 ui = e5App().getObject("UserInterface") |
189 ui = e5App().getObject("UserInterface") |
190 if ui.notificationsEnabled(): |
190 if ui.notificationsEnabled(): |
191 ui.showNotification( |
191 ui.showNotification( |
192 UI.PixmapCache.getPixmap("plugin48.png"), |
192 UI.PixmapCache.getPixmap("plugin48"), |
193 self.tr("Plugin Uninstallation"), |
193 self.tr("Plugin Uninstallation"), |
194 self.tr( |
194 self.tr( |
195 """<p>The plugin <b>{0}</b> was uninstalled""" |
195 """<p>The plugin <b>{0}</b> was uninstalled""" |
196 """ successfully from {1}.</p>""") |
196 """ successfully from {1}.</p>""") |
197 .format(pluginName, pluginDirectory)) |
197 .format(pluginName, pluginDirectory)) |