[gedit] externaltools: use system-run-symbolic for bottom panel icon
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] externaltools: use system-run-symbolic for bottom panel icon
- Date: Fri, 18 Oct 2013 15:10:07 +0000 (UTC)
commit 469b4188ef6fcc789cbcbbe8aaae5d77d0ee7b60
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri Oct 18 17:09:33 2013 +0200
externaltools: use system-run-symbolic for bottom panel icon
plugins/externaltools/tools/windowactivatable.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/externaltools/tools/windowactivatable.py
b/plugins/externaltools/tools/windowactivatable.py
index 7795008..431dc76 100644
--- a/plugins/externaltools/tools/windowactivatable.py
+++ b/plugins/externaltools/tools/windowactivatable.py
@@ -208,7 +208,7 @@ class WindowActivatable(GObject.Object, Gedit.WindowActivatable):
ui_manager.ensure_update()
bottom = self.window.get_bottom_panel()
- image = Gtk.Image(stock=Gtk.STOCK_EXECUTE, icon_size=Gtk.IconSize.MENU)
+ image = Gtk.Image.new_from_icon_name("system-run-symbolic", Gtk.IconSize.MENU)
bottom.add_item(self._output_buffer.panel,
"GeditExternalToolsShellOutput",
_("Tool Output"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]