[gimp/icons-wip] app, icons: have GIMP icons for justification.



commit 8df60817dc71b83ed8a0199d1eb728f36fe25a3e
Author: Jehan <jehan girinstud io>
Date:   Fri Jun 10 14:37:17 2016 +0200

    app, icons: have GIMP icons for justification.
    
    Rename gimp-justify-block into gimp-justify-fill and use the
    gimp-justify-* icons instead of gtk-justify-*.

 app/tools/gimptextoptions.c                        |    2 +-
 ...imp-justify-block.png => gimp-justify-fill.png} |  Bin 291 -> 291 bytes
 ...imp-justify-block.svg => gimp-justify-fill.svg} |    0
 ...imp-justify-block.png => gimp-justify-fill.png} |  Bin 245 -> 245 bytes
 ...imp-justify-block.svg => gimp-justify-fill.svg} |    0
 icons/icon-list.mk                                 |    4 ++--
 libgimpwidgets/gimpicons.c                         |    4 ++--
 libgimpwidgets/gimpicons.h                         |    2 +-
 8 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/tools/gimptextoptions.c b/app/tools/gimptextoptions.c
index ee78465..6459a2a 100644
--- a/app/tools/gimptextoptions.c
+++ b/app/tools/gimptextoptions.c
@@ -602,7 +602,7 @@ gimp_text_options_gui (GimpToolOptions *tool_options)
                              button, 1, TRUE);
   gtk_size_group_add_widget (size_group, button);
 
-  box = gimp_prop_enum_icon_box_new (config, "justify", "gtk-justify", 0, 0);
+  box = gimp_prop_enum_icon_box_new (config, "justify", "gimp-justify", 0, 0);
   gimp_table_attach_aligned (GTK_TABLE (table), 0, row++,
                              _("Justify:"), 0.0, 0.5,
                              box, 2, TRUE);
diff --git a/icons/Color/scalable/gimp-justify-block.svg b/icons/Color/scalable/gimp-justify-fill.svg
similarity index 100%
rename from icons/Color/scalable/gimp-justify-block.svg
rename to icons/Color/scalable/gimp-justify-fill.svg
diff --git a/icons/Symbolic/scalable/gimp-justify-block.svg b/icons/Symbolic/scalable/gimp-justify-fill.svg
similarity index 100%
rename from icons/Symbolic/scalable/gimp-justify-block.svg
rename to icons/Symbolic/scalable/gimp-justify-fill.svg
diff --git a/icons/icon-list.mk b/icons/icon-list.mk
index c0fa36b..af0feb3 100644
--- a/icons/icon-list.mk
+++ b/icons/icon-list.mk
@@ -96,7 +96,7 @@ scalable_images = \
        scalable/gimp-join-bevel.svg                    \
        scalable/gimp-join-miter.svg                    \
        scalable/gimp-join-round.svg                    \
-       scalable/gimp-justify-block.svg                 \
+       scalable/gimp-justify-fill.svg                  \
        scalable/gimp-justify-center.svg                \
        scalable/gimp-justify-left.svg                  \
        scalable/gimp-justify-right.svg                 \
@@ -676,8 +676,8 @@ icons22_images = \
        22/gimp-dynamics.png                    \
        22/gimp-histogram.png                   \
        22/gimp-input-device.png                \
-       22/gimp-justify-block.png               \
        22/gimp-justify-center.png              \
+       22/gimp-justify-fill.png                \
        22/gimp-justify-left.png                \
        22/gimp-justify-right.png               \
        22/gimp-landscape.png                   \
diff --git a/libgimpwidgets/gimpicons.c b/libgimpwidgets/gimpicons.c
index 118eb60..3cab0a6 100644
--- a/libgimpwidgets/gimpicons.c
+++ b/libgimpwidgets/gimpicons.c
@@ -151,7 +151,7 @@ static const GtkStockItem gimp_stock_items[] =
   { GIMP_STOCK_LINE_SPACING,   N_("L_ine Spacing"),   0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_INDENT,         N_("I_ndent"),         0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_JUSTIFY_CENTER,           NULL,        0, 0, LIBGIMP_DOMAIN },
-  { GIMP_STOCK_JUSTIFY_BLOCK,            NULL,        0, 0, LIBGIMP_DOMAIN },
+  { GIMP_STOCK_JUSTIFY_FILL,             NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_JUSTIFY_LEFT,             NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_JUSTIFY_RIGHT,            NULL,        0, 0, LIBGIMP_DOMAIN },
 
@@ -161,7 +161,7 @@ static const GtkStockItem gimp_stock_items[] =
   { GIMP_STOCK_FONT,                     NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_PATTERN,                  NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_BUFFER,                   NULL,        0, 0, LIBGIMP_DOMAIN },
- 
+
   { GIMP_STOCK_CONVERT_RGB,              NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_CONVERT_GRAYSCALE,        NULL,        0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_CONVERT_INDEXED,          NULL,        0, 0, LIBGIMP_DOMAIN },
diff --git a/libgimpwidgets/gimpicons.h b/libgimpwidgets/gimpicons.h
index 7c49600..d6ed650 100644
--- a/libgimpwidgets/gimpicons.h
+++ b/libgimpwidgets/gimpicons.h
@@ -125,7 +125,7 @@ G_BEGIN_DECLS
 #define GIMP_STOCK_LINE_SPACING             "gimp-line-spacing"
 #define GIMP_STOCK_INDENT                   "gimp-indent"
 #define GIMP_STOCK_JUSTIFY_CENTER           "gimp-justify-center"
-#define GIMP_STOCK_JUSTIFY_BLOCK            "gimp-justify-block"
+#define GIMP_STOCK_JUSTIFY_FILL             "gimp-justify-fill"
 #define GIMP_STOCK_JUSTIFY_LEFT             "gimp-justify-left"
 #define GIMP_STOCK_JUSTIFY_RIGHT            "gimp-justify-right"
 #define GIMP_STOCK_PRINT_RESOLUTION         "gimp-print-resolution"


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