[gimp/wip/animation: 130/197] plug-ins: GIMP_STOCK_* have now become GIMP_ICON_*.



commit 8310eb0d4d4923ca65030a6d60c1fe8ba903ff3b
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]