[gimp] Add colortemp icons to the build



commit 4d11e2b184c66fd73d9bd8782c26d5c2ef10a1e7
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Wed Dec 27 06:56:25 2017 +0300

    Add colortemp icons to the build

 app/actions/filters-actions.c |    2 +-
 icons/icon-list.mk            |    3 +++
 libgimpwidgets/gimpicons.h    |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 6d450b3..a98f585 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -233,7 +233,7 @@ static const GimpStringActionEntry filters_interactive_actions[] =
     "gegl:color-rotate",
     GIMP_HELP_FILTER_COLOR_ROTATE },
 
-  { "filters-color-temperature", GIMP_ICON_GEGL,
+  { "filters-color-temperature", GIMP_STOCK_TOOL_COLOR_TEMPERATURE,
     NC_("filters-action", "Color T_emperature..."), NULL, NULL,
     "gegl:color-temperature",
     GIMP_HELP_FILTER_COLOR_TEMPERATURE },
diff --git a/icons/icon-list.mk b/icons/icon-list.mk
index 448adf8..cd8b94d 100644
--- a/icons/icon-list.mk
+++ b/icons/icon-list.mk
@@ -84,6 +84,7 @@ scalable_images = \
        scalable/gimp-color-picker-white.svg                    \
        scalable/gimp-color-pick-from-screen.svg                \
        scalable/gimp-color-cmyk.svg                            \
+       scalable/gimp-color-temperature.svg                     \
        scalable/gimp-color-triangle.svg                        \
        scalable/gimp-color-water.svg                           \
        scalable/gimp-controller-keyboard.svg                   \
@@ -571,6 +572,7 @@ icons16_images = \
        16/gimp-close-all.png                                   \
        16/gimp-color-pick-from-screen.png                      \
        16/gimp-color-cmyk.png                                  \
+       16/gimp-color-temperature.png                   \
        16/gimp-color-triangle.png                              \
        16/gimp-color-water.png                                 \
        16/gimp-colormap.png                                    \
@@ -849,6 +851,7 @@ icons24_images = \
        24/gimp-channel.png                                     \
        24/gimp-channels.png                                    \
        24/gimp-colormap.png                                    \
+       24/gimp-color-temperature.png                   \
        24/gimp-controller-keyboard.png                         \
        24/gimp-controller-linux-input.png                      \
        24/gimp-controller-midi.png                             \
diff --git a/libgimpwidgets/gimpicons.h b/libgimpwidgets/gimpicons.h
index 46a5b83..fe87540 100644
--- a/libgimpwidgets/gimpicons.h
+++ b/libgimpwidgets/gimpicons.h
@@ -461,6 +461,7 @@ G_BEGIN_DECLS
 #define GIMP_STOCK_TOOL_CLONE               "gimp-tool-clone"
 #define GIMP_STOCK_TOOL_COLOR_BALANCE       "gimp-tool-color-balance"
 #define GIMP_STOCK_TOOL_COLOR_PICKER        "gimp-tool-color-picker"
+#define GIMP_STOCK_TOOL_COLOR_TEMPERATURE   "gimp-tool-color-temperature"
 #define GIMP_STOCK_TOOL_COLORIZE            "gimp-tool-colorize"
 #define GIMP_STOCK_TOOL_CROP                "gimp-tool-crop"
 #define GIMP_STOCK_TOOL_CURVES              "gimp-tool-curves"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]