[gimp/wip/animation: 306/373] plug-ins: GIMP_STOCK_* have now become GIMP_ICON_*.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/animation: 306/373] plug-ins: GIMP_STOCK_* have now become GIMP_ICON_*.
- Date: Sat, 7 Oct 2017 02:20:27 +0000 (UTC)
commit 6e22297dd48aba48f88ce9dc13390722102f1970
Author: Jehan <jehan girinstud io>
Date: Tue Apr 4 20:29:40 2017 +0200
plug-ins: GIMP_STOCK_* have now become GIMP_ICON_*.
.../animation-play/widgets/animation-storyboard.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/animation-play/widgets/animation-storyboard.c
b/plug-ins/animation-play/widgets/animation-storyboard.c
index 6e16adf..3f2c11d 100644
--- a/plug-ins/animation-play/widgets/animation-storyboard.c
+++ b/plug-ins/animation-play/widgets/animation-storyboard.c
@@ -413,7 +413,7 @@ animation_storyboard_load (Animation *animation,
gtk_button_set_relief (GTK_BUTTON (disposal), GTK_RELIEF_NONE);
g_object_set_data (G_OBJECT (disposal), "panel-num",
GINT_TO_POINTER (panel_num));
- image = gtk_image_new_from_icon_name (GIMP_STOCK_TRANSPARENCY,
+ image = gtk_image_new_from_icon_name (GIMP_ICON_TRANSPARENCY,
GTK_ICON_SIZE_MENU);
gtk_container_add (GTK_CONTAINER (disposal), image);
gtk_widget_show (image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]