Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warning with external tools plugin
  • Loading branch information
sc0w authored and raveit65 committed Feb 10, 2018
1 parent 2217a02 commit 12e54c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/externaltools/tools/__init__.py
Expand Up @@ -212,9 +212,9 @@ def do_activate(self):
manager.ensure_update()

bottom = window.get_bottom_panel()
bottom.add_item_with_stock_icon(self._output_buffer.panel,
_("Shell Output"),
Gtk.STOCK_EXECUTE)
bottom.add_item_with_icon(self._output_buffer.panel,
_("Shell Output"),
Gtk.STOCK_EXECUTE)

def do_deactivate(self):
window = self.object
Expand Down

0 comments on commit 12e54c4

Please sign in to comment.