[gthumb/gthumb-3-2] about dialog: use the 256 pixel icon instead of the scalable one
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb/gthumb-3-2] about dialog: use the 256 pixel icon instead of the scalable one
- Date: Fri, 27 Sep 2013 16:46:47 +0000 (UTC)
commit f80e3bad3be9560b2690cf69ab5f7201d46f22c7
Author: Paolo Bacchilega <paobac src gnome org>
Date: Fri Sep 27 18:35:31 2013 +0200
about dialog: use the 256 pixel icon instead of the scalable one
there is a bug in the rendering of the svg icon, so use the
pre-rendered 256 pixel icon instead.
gthumb/gth-browser-actions-callbacks.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-browser-actions-callbacks.c b/gthumb/gth-browser-actions-callbacks.c
index 599faad..f721b22 100644
--- a/gthumb/gth-browser-actions-callbacks.c
+++ b/gthumb/gth-browser-actions-callbacks.c
@@ -432,7 +432,7 @@ gth_browser_activate_action_help_about (GtkAction *action,
logo = gtk_icon_theme_load_icon (gtk_icon_theme_get_for_screen (gtk_widget_get_screen (GTK_WIDGET
(window))),
"gthumb",
128,
- 0,
+ GTK_ICON_LOOKUP_NO_SVG,
NULL);
gtk_show_about_dialog (GTK_WINDOW (window),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]