[gimp] icons: Bug 759904



commit 312691312d13aff947946eff93bfc8c0a4713753
Author: klausstaedtler <staedtler-przyborski web de>
Date:   Mon Jun 6 21:47:13 2016 +0200

    icons: Bug 759904
    
    add
    gimp-shred
    
    patch: replace "edit-clear" by "gimp-shred" (or GIMP_STOCK_SHRED)
    
    gimp/app/actions/documents-commands.c:                                    "edit-clear",
    gimp/gimp/app/actions/edit-actions.c:  { "edit-undo-clear", "edit-clear",
    gimp/app/actions/documents-actions.c:  { "documents-clear", "edit-clear",
    gimp/app/dialogs/preferences-dialog.c:  button = prefs_button_add ("edit-clear", shred
    
    add
    gimp-edit-clear
    
    patch: replace "edit-clear" by "gimp-edit-clear" (or GIMP_STOCK_EDIT_CLEAR)
    
    gimp/app/actions/text-editor-actions.c:  { "text-editor-clear", "edit-clear",
    gimp/app/actions/edit-actions.c:  { "edit-clear", "edit-clear",
    gimp/app/actions/error-console-actions.c:  { "error-console-clear", "edit-clear",
    gimp/app/actions/text-tool-actions.c:  { "text-tool-clear", "edit-clear",
    gimp/app/widgets/gimptextstyleeditor.c:  image = gtk_image_new_from_icon_name ("edit-clear", 
GTK_ICON_SIZE_MENU);
    gimp/app/dialogs/preferences-dialog.c:  button = prefs_button_add ("edit-clear",
    
    
    patch
    gimpicons.c
    gimpicons.h
    
    update
    icon-list.mk

 app/actions/documents-actions.c             |    2 +-
 app/actions/documents-commands.c            |    2 +-
 app/actions/edit-actions.c                  |    6 +-
 app/actions/error-console-actions.c         |    2 +-
 app/actions/text-editor-actions.c           |    2 +-
 app/actions/text-tool-actions.c             |    2 +-
 app/dialogs/preferences-dialog.c            |    4 +-
 app/widgets/gimptextstyleeditor.c           |    2 +-
 icons/Color/16/gimp-edit-clear.png          |  Bin 0 -> 658 bytes
 icons/Color/16/gimp-shred.png               |  Bin 0 -> 773 bytes
 icons/Color/scalable/gimp-edit-clear.svg    |  112 ++++++++++++++++
 icons/Color/scalable/gimp-shred.svg         |  187 +++++++++++++++++++++++++++
 icons/Prototype/Color/16/gimp-clean.png     |  Bin 699 -> 0 bytes
 icons/Prototype/Color/16/gimp-shred.png     |  Bin 921 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-clean.png  |  Bin 666 -> 0 bytes
 icons/Prototype/Symbolic/16/gimp-shred.png  |  Bin 753 -> 0 bytes
 icons/Symbolic/16/gimp-edit-clear.png       |  Bin 0 -> 401 bytes
 icons/Symbolic/16/gimp-shred.png            |  Bin 0 -> 586 bytes
 icons/Symbolic/scalable/gimp-edit-clear.svg |  109 ++++++++++++++++
 icons/Symbolic/scalable/gimp-shred.svg      |  109 ++++++++++++++++
 icons/icon-list.mk                          |   10 ++-
 libgimpwidgets/gimpicons.c                  |    2 +
 libgimpwidgets/gimpicons.h                  |    2 +
 23 files changed, 541 insertions(+), 12 deletions(-)
---
diff --git a/app/actions/documents-actions.c b/app/actions/documents-actions.c
index c4b4991..1a7b057 100644
--- a/app/actions/documents-actions.c
+++ b/app/actions/documents-actions.c
@@ -78,7 +78,7 @@ static const GimpActionEntry documents_actions[] =
     G_CALLBACK (documents_remove_cmd_callback),
     GIMP_HELP_DOCUMENT_REMOVE },
 
-  { "documents-clear", "edit-clear",
+  { "documents-clear", GIMP_STOCK_SHRED
     NC_("documents-action", "_Clear History"), NULL,
     NC_("documents-action", "Clear the entire document history"),
     G_CALLBACK (documents_clear_cmd_callback),
diff --git a/app/actions/documents-commands.c b/app/actions/documents-commands.c
index 9e0ea2c..174a7d8 100644
--- a/app/actions/documents-commands.c
+++ b/app/actions/documents-commands.c
@@ -221,7 +221,7 @@ documents_clear_cmd_callback (GtkAction *action,
   GtkWidget           *dialog;
 
   dialog = gimp_message_dialog_new (_("Clear Document History"),
-                                    "edit-clear",
+                                    GIMP_STOCK_SHRED,
                                     GTK_WIDGET (editor),
                                     GTK_DIALOG_MODAL |
                                     GTK_DIALOG_DESTROY_WITH_PARENT,
diff --git a/app/actions/edit-actions.c b/app/actions/edit-actions.c
index ec42d0d..0cb6c7d 100644
--- a/app/actions/edit-actions.c
+++ b/app/actions/edit-actions.c
@@ -95,7 +95,7 @@ static const GimpActionEntry edit_actions[] =
     G_CALLBACK (edit_strong_redo_cmd_callback),
     GIMP_HELP_EDIT_STRONG_REDO },
 
-  { "edit-undo-clear", "edit-clear",
+  { "edit-undo-clear", GIMP_STOCK_SHRED,
     NC_("edit-action", "_Clear Undo History"), NULL,
     NC_("edit-action", "Remove all operations from the undo history"),
     G_CALLBACK (edit_undo_clear_cmd_callback),
@@ -182,7 +182,7 @@ static const GimpActionEntry edit_actions[] =
     G_CALLBACK (edit_named_paste_cmd_callback),
     GIMP_HELP_BUFFER_PASTE },
 
-  { "edit-clear", "edit-clear",
+  { "edit-clear", GIMP_STOCK_EDIT_CLEAR,
     NC_("edit-action", "Cl_ear"), "Delete",
     NC_("edit-action", "Clear the selected pixels"),
     G_CALLBACK (edit_clear_cmd_callback),
@@ -203,7 +203,7 @@ static const GimpEnumActionEntry edit_fill_actions[] =
     GIMP_FILL_BACKGROUND, FALSE,
     GIMP_HELP_EDIT_FILL_BG },
 
-  { "edit-fill-pattern", GIMP_STOCK_TOOL_BUCKET_FILL,
+  { "edit-fill-pattern", GIMP_STOCK_PATTERN,
     NC_("edit-action", "Fill _with Pattern"), "<primary>semicolon",
     NC_("edit-action", "Fill the selection using the active pattern"),
     GIMP_FILL_PATTERN, FALSE,
diff --git a/app/actions/error-console-actions.c b/app/actions/error-console-actions.c
index 4446271..f230a6c 100644
--- a/app/actions/error-console-actions.c
+++ b/app/actions/error-console-actions.c
@@ -40,7 +40,7 @@ static const GimpActionEntry error_console_actions[] =
     NC_("error-console-action", "Error Console Menu"), NULL, NULL, NULL,
     GIMP_HELP_ERRORS_DIALOG },
 
-  { "error-console-clear", "edit-clear",
+  { "error-console-clear", GIMP_STOCK_EDIT_CLEAR,
     NC_("error-console-action", "_Clear"), NULL,
     NC_("error-console-action", "Clear error console"),
     G_CALLBACK (error_console_clear_cmd_callback),
diff --git a/app/actions/text-editor-actions.c b/app/actions/text-editor-actions.c
index c7f9e37..fbdd86c 100644
--- a/app/actions/text-editor-actions.c
+++ b/app/actions/text-editor-actions.c
@@ -46,7 +46,7 @@ static const GimpActionEntry text_editor_actions[] =
     G_CALLBACK (text_editor_load_cmd_callback),
     NULL },
 
-  { "text-editor-clear", "edit-clear",
+  { "text-editor-clear", GIMP_STOCK_EDIT_CLEAR,
     NC_("text-editor-action", "Clear"), NULL,
     NC_("text-editor-action", "Clear all text"),
     G_CALLBACK (text_editor_clear_cmd_callback),
diff --git a/app/actions/text-tool-actions.c b/app/actions/text-tool-actions.c
index f727593..a99fd6d 100644
--- a/app/actions/text-tool-actions.c
+++ b/app/actions/text-tool-actions.c
@@ -79,7 +79,7 @@ static const GimpActionEntry text_tool_actions[] =
     G_CALLBACK (text_tool_load_cmd_callback),
     NULL },
 
-  { "text-tool-clear", "edit-clear",
+  { "text-tool-clear", GGIMP_STOCK_EDIT_CLEAR,
     NC_("text-tool-action", "Cl_ear"), NULL,
     NC_("text-tool-action", "Clear all text"),
     G_CALLBACK (text_tool_clear_cmd_callback),
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index bb97444..4f0698b 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1743,7 +1743,7 @@ prefs_dialog_new (Gimp       *gimp,
 
   g_object_set_data (G_OBJECT (button), "clear-button", button2);
 
-  button = prefs_button_add ("edit-clear",
+  button = prefs_button_add (GIMP_STOCK_EDIT_CLEAR,
                              _("Remove _All Keyboard Shortcuts"),
                              GTK_BOX (vbox2));
   g_signal_connect (button, "clicked",
@@ -2096,7 +2096,7 @@ prefs_dialog_new (Gimp       *gimp,
                          _("Maximum History Size:"),
                          GTK_TABLE (table), 0, size_group);
 
-  button = prefs_button_add ("edit-clear",
+  button = prefs_button_add (GIMP_STOCK_SHRED,
                              _("Clear Action History"),
                              GTK_BOX (vbox2));
   g_signal_connect (button, "clicked",
diff --git a/app/widgets/gimptextstyleeditor.c b/app/widgets/gimptextstyleeditor.c
index ac94a19..ec486c0 100644
--- a/app/widgets/gimptextstyleeditor.c
+++ b/app/widgets/gimptextstyleeditor.c
@@ -240,7 +240,7 @@ gimp_text_style_editor_init (GimpTextStyleEditor *editor)
                     G_CALLBACK (gimp_text_style_editor_clear_tags),
                     editor);
 
-  image = gtk_image_new_from_icon_name ("edit-clear", GTK_ICON_SIZE_MENU);
+  image = gtk_image_new_from_icon_name (GIMP_STOCK_EDIT_CLEAR, GTK_ICON_SIZE_MENU);
   gtk_container_add (GTK_CONTAINER (editor->clear_button), image);
   gtk_widget_show (image);
 
diff --git a/icons/Color/16/gimp-edit-clear.png b/icons/Color/16/gimp-edit-clear.png
new file mode 100644
index 0000000..0993e51
Binary files /dev/null and b/icons/Color/16/gimp-edit-clear.png differ
diff --git a/icons/Color/16/gimp-shred.png b/icons/Color/16/gimp-shred.png
new file mode 100644
index 0000000..292f0f7
Binary files /dev/null and b/icons/Color/16/gimp-shred.png differ
diff --git a/icons/Color/scalable/gimp-edit-clear.svg b/icons/Color/scalable/gimp-edit-clear.svg
new file mode 100644
index 0000000..b784074
--- /dev/null
+++ b/icons/Color/scalable/gimp-edit-clear.svg
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg30571"
+   version="1.1"
+   inkscape:version="0.92pre1 unknown"
+   sodipodi:docname="gimp-edit-clear.svg">
+  <defs
+     id="defs30573" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="18.09049"
+     inkscape:cx="22.279781"
+     inkscape:cy="-3.6139819"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-page="true"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="true"
+     showborder="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1016"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4244" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata30576">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>
+          image/svg+xml
+        </dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Klaus Staedtler       </dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g4246">
+      <g
+         id="g3941">
+        <rect
+           
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4848485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect3999"
+           width="16"
+           height="16"
+           x="0"
+           y="1036.3622" />
+      </g>
+      <g
+         
style="fill:#d3d7cf;stroke:#000000;stroke-width:0.99985313;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         transform="matrix(0.94145151,0,0,0.92307505,-112.50359,540.3633)"
+         id="layer12">
+        <g
+           
style="fill:#d3d7cf;stroke:#000000;stroke-width:0.99985313;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           transform="translate(79,-222)"
+           id="g27035">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 126,540 -6,6 6,6 h 9.0353 c 0.53,-0.02 0.96,-0.49 0.96,-1 v -10 c 0,-0.53079 -0.34561,-1 
-1.0089,-1 h -8.99 z m 1,3 h 1 c 0.0104,-1.2e-4 0.0208,-4.6e-4 0.0313,0 0.25495,0.0112 0.50987,0.12858 
0.6875,0.3125 l 1.2812,1.2812 1.3125,-1.2812 c 0.27,-0.23 0.45,-0.3 0.69,-0.31 h 0.98745 l 0.0126,1 c 
0.004,0.28645 -0.0343,0.55065 -0.25,0.75 l -1.2812,1.2812 1.25,1.25 c 0.19,0.19 0.28,0.45 0.28,0.72 l 
-0.0113,1 h -0.98865 c -0.2653,-10e-6 -0.53059,-0.0931 -0.71875,-0.28125 l -1.28,-1.28 -1.2812,1.2812 c 
-0.19,0.19 -0.45,0.28 -0.72,0.28 h -1.06588 l 0.0659,-1 c 0.0174,-0.26469 0.0931,-0.53058 0.28125,-0.71875 l 
1.2812,-1.25 -1.2812,-1.2812 c -0.21,-0.19 -0.3,-0.47 -0.28,-0.75 l -0.0671,-1 z"
+             transform="translate(-79,222)"
+             
style="color:#000000;fill:#d3d7cf;stroke:#000000;stroke-width:0.99985313;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+             id="path27041"
+             sodipodi:nodetypes="ccccsssccccccccccsccssccccsscscccccc" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/icons/Color/scalable/gimp-shred.svg b/icons/Color/scalable/gimp-shred.svg
new file mode 100644
index 0000000..a4ac198
--- /dev/null
+++ b/icons/Color/scalable/gimp-shred.svg
@@ -0,0 +1,187 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg30571"
+   version="1.1"
+   inkscape:version="0.92pre1 unknown"
+   sodipodi:docname="gimp-shred.svg">
+  <defs
+     id="defs30573">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3948">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3950" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3952" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3948"
+       id="linearGradient3954"
+       x1="3.9391224"
+       y1="1049.183"
+       x2="4.8388853"
+       y2="1049.183"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="18.578851"
+     inkscape:cx="10.362494"
+     inkscape:cy="3.5343014"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-page="true"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="true"
+     showborder="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1016"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4251" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata30576">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>
+          image/svg+xml
+        </dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Klaus Staedtler       </dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g3947"
+       transform="matrix(1,0,0,1.0003719,0,-0.3913843)">
+      <rect
+         y="1047.2109"
+         x="6.7710395"
+         height="4.4294567"
+         width="0.69944388"
+         id="rect4008-4"
+         
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.2003189;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+      <g
+         transform="matrix(0.99960492,0,0,1.0035879,-247.90358,552.7915)"
+         id="g4010">
+        <path
+           sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccc"
+           inkscape:connector-curvature="0"
+           id="path3943"
+           d="m 256.95925,493.02273 c 0.39608,-0.51651 -0.47399,-1.56201 0.37353,-1.74887 0.42803,0.38426 
0.53904,1.31938 0.15358,1.84053 -0.15089,0.20292 -0.43007,0.11512 -0.52711,-0.0917 z m 1.55641,0 c 
0.39608,-0.51651 -0.47399,-1.56201 0.37352,-1.74887 0.47583,0.32334 0.6329,1.13305 0.51383,1.70966 
-0.0818,0.66643 -0.80333,0.80443 -0.88735,0.0392 z m 1.7381,-0.46838 c -0.59696,-0.42428 0.22988,-1.88318 
0.57732,-0.91101 0.0691,0.78506 0.89179,1.36285 1.65428,1.1603 0.63996,0.15352 1.0555,-0.51283 
1.06723,-1.07599 0.0537,-1.76804 0.0462,-3.64873 -0.82028,-5.24602 -0.25301,-0.51855 -0.78973,-0.80921 
-1.22875,-1.15362 -0.72812,-0.36743 -0.0114,0.78524 0.0776,1.10823 0.33346,0.50416 0.14131,1.15348 
-0.55155,0.98634 -3.85206,-10e-4 -7.50062,0.68306 -10.8249,-0.31115 -0.1329,-0.68865 0.66983,-1.01089 
1.07978,-1.41393 0.37469,-0.16714 0.37837,-0.78378 0.84181,-0.65289 3.28838,0.004 6.57675,0.009 
9.86512,0.0133 1.02783,0.46037 1.38508,1.63645 1.69413,2.62639 0.41771,1.60002 0.440
 65,3.32078 0.003,4.91717 -0.3713,0.75528 -1.36027,0.74761 -2.08037,0.68911 -0.51188,-0.11689 
-0.8923,-0.51241 -1.35416,-0.73619 z m -11.90021,0.4249 c -0.48322,-0.83993 -0.33355,-1.85115 
-0.31819,-2.77585 0.12827,-1.54174 0.27739,-3.23677 1.31835,-4.46675 0.40121,-0.46726 1.0587,-0.82168 
1.67764,-0.59039 -1.55243,1.1619 -2.32806,3.14738 -2.36124,5.04713 0.006,0.9025 0.20147,2.03634 
1.11918,2.4446 0.62422,0.34613 1.30813,-0.1217 0.9896,-0.8361 -0.21936,-0.81421 0.88056,-0.52375 
0.82378,0.11663 0.29688,0.77496 -0.36484,1.48432 -1.14173,1.39556 -0.70293,0.0431 -1.47606,-0.007 
-2.10739,-0.33483 z m 5.50362,-0.69174 c -0.318,-0.55833 0.62153,-1.51296 0.81157,-0.57909 0.12124,0.45199 
0.23689,1.56143 -0.44696,1.5148 -0.30113,-0.18241 -0.31461,-0.61958 -0.36461,-0.93571 z m 1.55641,0 c 
-0.318,-0.55833 0.62153,-1.51296 0.81157,-0.57909 0.12125,0.45199 0.23689,1.56143 -0.44696,1.5148 
-0.30113,-0.18241 -0.31461,-0.61958 -0.36461,-0.93571 z"
+           style="fill:#646464;fill-opacity:1" />
+        <rect
+           
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:0.8375;fill-rule:nonzero;stroke:#9a9897;stroke-width:0.20131932;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.55416667;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect3946"
+           width="11.803424"
+           height="1.7907897"
+           x="250.10301"
+           y="488.9209" />
+        <path
+           sodipodi:nodetypes="cc"
+           
style="fill:#ff0000;fill-opacity:0.8375;fill-rule:evenodd;stroke:#c80200;stroke-width:0.89506298px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 250.00321,488.3727 12.00303,-0.10099"
+           id="path3954"
+           inkscape:connector-curvature="0" />
+        <g
+           style="display:inline"
+           id="ink_document_metadata"
+           transform="matrix(0.85003821,0,0,0.41019007,240.93951,435.49635)">
+          <path
+             
style="display:inline;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.9902969;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+             d="m 12.510044,125.48847 -0.176327,-11.99332 h 6.859066 l 3.919466,4.00334 0.02565,7.71794"
+             id="path5826"
+             sodipodi:nodetypes="ccccc"
+             inkscape:connector-curvature="0" />
+          <path
+             
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+             d="m 19.5,113.5 3.537772,3.94625 L 19.5,117.5 Z"
+             id="path5829"
+             sodipodi:nodetypes="cccc"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <rect
+         y="1047.5087"
+         x="8.2090435"
+         height="4.4294567"
+         width="0.69944388"
+         id="rect4008-9"
+         
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.2003189;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+      <rect
+         y="1047.8326"
+         x="9.715538"
+         height="4.4294567"
+         width="0.69944388"
+         id="rect4008-5"
+         
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.2003189;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+      <rect
+         y="1046.9683"
+         x="4.0392818"
+         height="4.4294567"
+         width="0.69944388"
+         id="rect4008"
+         
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient3954);fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.2003189;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+      <rect
+         inkscape:transform-center-y="-9.7230819"
+         inkscape:transform-center-x="14.257895"
+         y="1047.5627"
+         x="11.544853"
+         height="4.4294567"
+         width="0.69944388"
+         id="rect4008-0"
+         
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.2003189;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+    </g>
+  </g>
+</svg>
diff --git a/icons/Symbolic/16/gimp-edit-clear.png b/icons/Symbolic/16/gimp-edit-clear.png
new file mode 100644
index 0000000..5f3704a
Binary files /dev/null and b/icons/Symbolic/16/gimp-edit-clear.png differ
diff --git a/icons/Symbolic/16/gimp-shred.png b/icons/Symbolic/16/gimp-shred.png
new file mode 100644
index 0000000..81fa6e8
Binary files /dev/null and b/icons/Symbolic/16/gimp-shred.png differ
diff --git a/icons/Symbolic/scalable/gimp-edit-clear.svg b/icons/Symbolic/scalable/gimp-edit-clear.svg
new file mode 100644
index 0000000..af8755b
--- /dev/null
+++ b/icons/Symbolic/scalable/gimp-edit-clear.svg
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg30571"
+   version="1.1"
+   inkscape:version="0.92pre1 unknown"
+   sodipodi:docname="gimp-edit-clear.svg">
+  <defs
+     id="defs30573" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="18.09049"
+     inkscape:cx="16.181076"
+     inkscape:cy="6.4590775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-page="true"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="true"
+     showborder="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1016"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4244" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata30576">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>
+          image/svg+xml
+        </dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Klaus Staedtler       </dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g4251">
+      <g
+         id="g3941">
+        <rect
+           
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4848485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+           id="rect3999"
+           width="16"
+           height="16"
+           x="0"
+           y="1036.3622" />
+      </g>
+      <g
+         transform="matrix(1.0002938,0,0,1,-120.03526,498.3622)"
+         id="layer12">
+        <g
+           transform="translate(79,-222)"
+           id="g27035">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 126,540 -6,6 6,6 h 9.0353 c 0.53,-0.02 0.96,-0.49 0.96,-1 v -10 c 0,-0.53079 -0.34561,-1 
-1.0089,-1 h -8.99 z m 1,3 h 1 c 0.0104,-1.2e-4 0.0208,-4.6e-4 0.0313,0 0.25495,0.0112 0.50987,0.12858 
0.6875,0.3125 l 1.2812,1.2812 1.3125,-1.2812 c 0.27,-0.23 0.45,-0.3 0.69,-0.31 h 1 v 1 c 0,0.28647 
-0.0343,0.55065 -0.25,0.75 l -1.2812,1.2812 1.25,1.25 c 0.19,0.19 0.28,0.45 0.28,0.72 v 1 h -1 c 
-0.2653,-10e-6 -0.53059,-0.0931 -0.71875,-0.28125 l -1.28,-1.28 -1.2812,1.2812 c -0.19,0.19 -0.45,0.28 
-0.72,0.28 h -1 v -1 c 0,-0.26529 0.0931,-0.53058 0.28125,-0.71875 l 1.2812,-1.25 -1.2812,-1.2812 c 
-0.21,-0.19 -0.3,-0.47 -0.28,-0.75 v -1 z"
+             transform="translate(-79,222)"
+             style="color:#000000;fill:#bebebe"
+             id="path27041" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/icons/Symbolic/scalable/gimp-shred.svg b/icons/Symbolic/scalable/gimp-shred.svg
new file mode 100644
index 0000000..0338119
--- /dev/null
+++ b/icons/Symbolic/scalable/gimp-shred.svg
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg30571"
+   version="1.1"
+   inkscape:version="0.92pre1 unknown"
+   sodipodi:docname="gimp-shred.svg">
+  <defs
+     id="defs30573" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="21.166144"
+     inkscape:cx="9.5017934"
+     inkscape:cy="3.384151"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-page="true"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="true"
+     showborder="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1016"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4234" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata30576">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>
+          image/svg+xml
+        </dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Klaus Staedtler       </dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g3939"
+       transform="matrix(1,0,0,0.98507312,-0.24242425,15.70848)">
+      <path
+         sodipodi:nodetypes="cscccsccscsccscsscsscccsssss"
+         inkscape:connector-curvature="0"
+         id="path7075"
+         d="m 6.2506867,1049.6955 c -0.1229063,-3.0306 -1.109128,-3.594 -1.474117,-0.8421 l 
-0.2419865,1.8246 -0.096081,-1.8105 c -0.090096,-1.6994 -0.225613,-1.3099 -1.896017,-1.4737 -1.83814318,0.024 
-1.80000039,0.2947 -1.80000039,-1.979 0,-2.0959 0.1424217,-2.3157 1.50000209,-2.3157 H 14.242483 c 1.35758,0 
1.500002,0.2198 1.500002,2.3157 0,2.2635 0.03101,2.0013 -1.765084,1.9855 -1.519124,0.1643 -1.804789,0.023 
-1.999152,1.7544 l -0.234045,2.0847 -0.100891,-2.1053 c -0.14411,-3.008 -1.193024,-2.6046 -1.459827,0.5614 l 
-0.2247372,2.6667 -0.108147,-2.6667 c -0.1285921,-3.1709 -1.1363384,-3.5555 -1.4710711,-0.5614 l 
-0.2353603,2.1053 -0.10089,-2.1053 c -0.144121,-3.008 -1.1930356,-2.6046 -1.4598492,0.5614 l 
-0.2247262,2.6667 -0.1081469,-2.6667 z m 8.8918553,-3.3684 c 0,-0.2316 -3.104998,-0.421 -6.9000035,-0.421 
-3.795005,0 -6.9000034,0.1894 -6.9000034,0.421 0,0.2316 3.1049984,0.4211 6.9000034,0.4211 3.7950055,0 
6.9000035,-0.1895 6.9000035,-0.4211 z"
+         style="fill:#bebebe;fill-opacity:1" />
+      <path
+         
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;stroke:none;stroke-width:2.03324413;marker:none;enable-background:accumulate"
+         d="m 3.6362913,1036.9822 c -0.5042206,0.06 -0.9027574,0.3667 -0.8937162,0.6874 v 4.5411 h 0.9998492 
v -4.5411 h 6.4999997 v 1.7187 h 2.5 v 2.8223 h 0.999727 v -2.7791 c 0.0066,-0.1816 -0.107355,-0.3637 
-0.309363,-0.4942 l -2.690364,-1.7619 c -0.20875,-0.1263 -0.628417,-0.1975 -0.9188711,-0.1933 H 3.8425334 
3.7394707 3.636408 Z"
+         id="path7318"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccccccccccccccc"
+         inkscape:export-filename="/home/matthias/GIT/icons/exported-sifr/framework/res/folder_32.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+      <rect
+         y="1036.1198"
+         x="0.24242425"
+         height="16"
+         width="16"
+         id="rect3999"
+         
style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.4848485;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
 />
+    </g>
+  </g>
+</svg>
diff --git a/icons/icon-list.mk b/icons/icon-list.mk
index 24df8d5..e841da9 100644
--- a/icons/icon-list.mk
+++ b/icons/icon-list.mk
@@ -48,6 +48,7 @@ scalable_images = \
        scalable/gimp-duplicate.svg                     \
        scalable/gimp-dynamics.svg                      \
        scalable/gimp-edit.svg                          \
+       scalable/gimp-edit-clear.svg                    \
        scalable/gimp-error.svg                         \
        scalable/gimp-file-manager.svg                  \
        scalable/gimp-flip-horizontal.svg               \
@@ -75,6 +76,7 @@ scalable_images = \
        scalable/gimp-gravity-south-west.svg            \
        scalable/gimp-gravity-west.svg                  \
        scalable/gimp-grid.svg                          \
+       scalable/gimp-group-layer.svg                   \
        scalable/gimp-hcenter.svg                       \
        scalable/gimp-hchain-broken.svg                 \
        scalable/gimp-hchain.svg                        \
@@ -166,12 +168,13 @@ scalable_images = \
        scalable/gimp-reset.svg                         \
        scalable/gimp-reshow-filter.svg                 \
        scalable/gimp-resize.svg                        \
+       scalable/gimp-revert.svg                        \
        scalable/gimp-rotate-180.svg                    \
        scalable/gimp-rotate-270.svg                    \
        scalable/gimp-rotate-90.svg                     \
        scalable/gimp-sample-point.svg                  \
        scalable/gimp-save.svg                          \
-       scalabe/gimp-save-as.svg                        \
+       scalable/gimp-save-as.svg                       \
        scalable/gimp-scale.svg                         \
        scalable/gimp-selection.svg                     \
        scalable/gimp-selection-add.svg                 \
@@ -189,6 +192,7 @@ scalable_images = \
        scalable/gimp-shape-circle.svg                  \
        scalable/gimp-shape-diamond.svg                 \
        scalable/gimp-shape-square.svg                  \
+       scalable/gimp-shred.svg                         \
        scalable/gimp-swap-colors.svg                   \
        scalable/gimp-symmetry.svg                      \
        scalable/gimp-template.svg                      \
@@ -473,6 +477,7 @@ icons16_images = \
        16/gimp-duplicate.png                           \
        16/gimp-dynamics.png                            \
        16/gimp-edit.png                                \
+       16/gimp-edit-clear.png                          \
        16/gimp-error.png                               \
        16/gimp-file-manager.png                        \
        16/gimp-flip-horizontal.png                     \
@@ -492,6 +497,7 @@ icons16_images = \
        16/gimp-gradient-spiral-clockwise.png           \
        16/gimp-gradient-square.png                     \
        16/gimp-grid.png                                \
+       16/gimp-group-layer.png                         \
        16/gimp-histogram-linear.png                    \
        16/gimp-histogram-logarithmic.png               \
        16/gimp-histogram.png                           \
@@ -555,6 +561,7 @@ icons16_images = \
        16/gimp-reset.png                               \
        16/gimp-reshow-filter.png                       \
        16/gimp-resize.png                              \
+       16/gimp-revert.png                              \
        16/gimp-rotate-180.png                          \
        16/gimp-rotate-270.png                          \
        16/gimp-rotate-90.png                           \
@@ -578,6 +585,7 @@ icons16_images = \
        16/gimp-shape-circle.png                        \
        16/gimp-shape-diamond.png                       \
        16/gimp-shape-square.png                        \
+       16/gimp-shred.png                               \
        16/gimp-symmetry.png                            \
        16/gimp-template.png                            \
        16/gimp-text-layer.png                          \
diff --git a/libgimpwidgets/gimpicons.c b/libgimpwidgets/gimpicons.c
index fbda3fa..981618e 100644
--- a/libgimpwidgets/gimpicons.c
+++ b/libgimpwidgets/gimpicons.c
@@ -80,6 +80,8 @@ static const GtkStockItem gimp_stock_items[] =
   { GIMP_STOCK_CLOSE_ALL,                     NULL,   0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_CLIPBOARD,                     NULL,   0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_FILE_MANAGER,                  NULL,   0, 0, LIBGIMP_DOMAIN },
+  { GIMP_STOCK_EDIT_CLEAR,                    NULL,   0, 0, LIBGIMP_DOMAIN },
+  { GIMP_STOCK_SHRED,                         NULL,   0, 0, LIBGIMP_DOMAIN },
 
   { GIMP_STOCK_GRADIENT_LINEAR,               NULL,   0, 0, LIBGIMP_DOMAIN },
   { GIMP_STOCK_GRADIENT_BILINEAR,             NULL,   0, 0, LIBGIMP_DOMAIN },
diff --git a/libgimpwidgets/gimpicons.h b/libgimpwidgets/gimpicons.h
index c5dc202..653690a 100644
--- a/libgimpwidgets/gimpicons.h
+++ b/libgimpwidgets/gimpicons.h
@@ -55,6 +55,8 @@ G_BEGIN_DECLS
 #define GIMP_STOCK_REVERT                   "gimp-revert"
 #define GIMP_STOCK_CLIPBOARD                "gimp-clipboard"
 #define GIMP_STOCK_FILE_MANAGER             "gimp-file-manager"
+#define GIMP_STOCK_EDIT_CLEAR               "gimp-edit-clear"
+#define GIMP_STOCK_SHRED                    "gimp-shred"
 
 
 #define GIMP_STOCK_GRADIENT_LINEAR               "gimp-gradient-linear"



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