[gedit-plugins] Use symbolic icons in the panel for terminal and charmap
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Use symbolic icons in the panel for terminal and charmap
- Date: Fri, 18 Oct 2013 13:24:01 +0000 (UTC)
commit 107e90b73c9c96c2e77bad647c893a406b612e85
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri Oct 18 15:23:21 2013 +0200
Use symbolic icons in the panel for terminal and charmap
plugins/charmap/charmap/__init__.py | 2 +-
plugins/terminal/terminal.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/charmap/charmap/__init__.py b/plugins/charmap/charmap/__init__.py
index 25b8c15..026ab9f 100644
--- a/plugins/charmap/charmap/__init__.py
+++ b/plugins/charmap/charmap/__init__.py
@@ -45,7 +45,7 @@ class CharmapPlugin(GObject.Object, Gedit.WindowActivatable):
self.system_settings.connect("changed::monospace-font-name", self.font_changed)
panel = self.window.get_side_panel()
- image = Gtk.Image.new_from_icon_name("accessories-character-map", Gtk.IconSize.MENU)
+ image = Gtk.Image.new_from_icon_name("accessories-character-map-symbolic", Gtk.IconSize.MENU)
self.create_charmap_panel()
panel.add_item(self.panel, "GeditCharmapPanel", _("Character Map"), image)
diff --git a/plugins/terminal/terminal.py b/plugins/terminal/terminal.py
index bf44182..c271bdf 100644
--- a/plugins/terminal/terminal.py
+++ b/plugins/terminal/terminal.py
@@ -310,7 +310,7 @@ class TerminalPlugin(GObject.Object, Gedit.WindowActivatable):
self._panel.connect("populate-popup", self.on_panel_populate_popup)
self._panel.show()
- image = Gtk.Image.new_from_icon_name("utilities-terminal", Gtk.IconSize.MENU)
+ image = Gtk.Image.new_from_icon_name("utilities-terminal-symbolic", Gtk.IconSize.MENU)
bottom = self.window.get_bottom_panel()
bottom.add_item(self._panel, "GeditTerminalPanel", _("Terminal"), image)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]