[meld] Rename and move gutter action icons to themeable location
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Rename and move gutter action icons to themeable location
- Date: Tue, 31 Dec 2013 23:25:49 +0000 (UTC)
commit 90687362f81356462522a959e40e4e86b0169119
Author: Kai Willadsen <kai willadsen gmail com>
Date: Wed Jan 1 09:22:05 2014 +1000
Rename and move gutter action icons to themeable location
.../16x16/actions/meld-change-apply-left.png} | Bin 122 -> 122 bytes
.../16x16/actions/meld-change-apply-right.png} | Bin 120 -> 120 bytes
.../16x16/actions/meld-change-copy.png} | Bin 96 -> 96 bytes
.../16x16/actions/meld-change-delete.png} | Bin 128 -> 128 bytes
meld/gutterrendererchunk.py | 8 ++++----
5 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/meld/gutterrendererchunk.py b/meld/gutterrendererchunk.py
index 1e988c0..c28acb0 100644
--- a/meld/gutterrendererchunk.py
+++ b/meld/gutterrendererchunk.py
@@ -24,10 +24,10 @@ from gi.repository import GtkSource
line_height = 16
icon_theme = Gtk.IconTheme.get_default()
load = lambda x: icon_theme.load_icon(x, line_height, 0)
-pixbuf_apply0 = load("button_apply0")
-pixbuf_apply1 = load("button_apply1")
-pixbuf_delete = load("button_delete")
-pixbuf_copy = load("button_copy")
+pixbuf_apply0 = load("meld-change-apply-right")
+pixbuf_apply1 = load("meld-change-apply-left")
+pixbuf_delete = load("meld-change-delete")
+pixbuf_copy = load("meld-change-copy")
# FIXME: import order issues
MODE_REPLACE, MODE_DELETE, MODE_INSERT = 0, 1, 2
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]