We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2217a02 commit 12e54c4Copy full SHA for 12e54c4
plugins/externaltools/tools/__init__.py
@@ -212,9 +212,9 @@ def do_activate(self):
212
manager.ensure_update()
213
214
bottom = window.get_bottom_panel()
215
- bottom.add_item_with_stock_icon(self._output_buffer.panel,
216
- _("Shell Output"),
217
- Gtk.STOCK_EXECUTE)
+ bottom.add_item_with_icon(self._output_buffer.panel,
+ _("Shell Output"),
+ Gtk.STOCK_EXECUTE)
218
219
def do_deactivate(self):
220
window = self.object
0 commit comments