[transmageddon] Add patch from Dominique Leuenberger <dimstar opensuse org> fixing icon issue with development versi
- From: Christian Fredrik Kalager Schaller <uraeus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [transmageddon] Add patch from Dominique Leuenberger <dimstar opensuse org> fixing icon issue with development versi
- Date: Wed, 13 Aug 2014 08:17:22 +0000 (UTC)
commit cb9011205be1115b7bcfef06d4ab958a5351b485
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date: Wed Aug 13 10:15:53 2014 +0200
Add patch from Dominique Leuenberger <dimstar opensuse org>
fixing icon issue with development version of GTK+. Fixes
https://bugzilla.gnome.org/show_bug.cgi?id=734684
That said I will re-target bug at GTK+ as this is an ABI breakage,
even if the API is deprecated.
src/transmageddon.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index da31f98..593fe17 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -1334,7 +1334,7 @@ class TransmageddonUI(Gtk.ApplicationWindow):
theme = Gtk.IconTheme.get_default()
size= Gtk.icon_size_lookup(Gtk.IconSize.MENU)[1]
- fileopen=theme.load_icon(Gtk.STOCK_OPEN, size, 0)
+ fileopen=theme.load_icon("document-open", size, 0)
liststore = Gtk.ListStore(GdkPixbuf.Pixbuf,
GObject.TYPE_STRING,
GObject.TYPE_STRING,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]