[gtk] Add a missing icon



commit 82fdd483d2e03be654022e53843feac0503e33f6
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 13 12:47:11 2019 -0500

    Add a missing icon
    
    The view-refresh-symbolic icon is used in the data list
    of the inspector. So ship it in gtk. No need to have
    it in the demos, then.

 demos/gtk-demo/demo.gresource.xml                         |   1 -
 .../16x16/actions/view-refresh-symbolic.symbolic.png      | Bin 275 -> 0 bytes
 demos/widget-factory/widget-factory.gresource.xml         |   1 -
 .../16x16/actions/view-refresh-symbolic.symbolic.png      | Bin
 .../icons/scalable/actions/view-refresh-symbolic.svg      |   0
 5 files changed, 2 deletions(-)
---
diff --git a/demos/gtk-demo/demo.gresource.xml b/demos/gtk-demo/demo.gresource.xml
index ffd74a35dd..1294f73f41 100644
--- a/demos/gtk-demo/demo.gresource.xml
+++ b/demos/gtk-demo/demo.gresource.xml
@@ -272,7 +272,6 @@
     <file>icons/16x16/actions/go-home.png</file>
     <file>icons/16x16/actions/go-up.png</file>
     <file>icons/16x16/actions/mail-send-receive-symbolic.symbolic.png</file>
-    <file>icons/16x16/actions/view-refresh-symbolic.symbolic.png</file>
     <file>icons/16x16/actions/view-fullscreen-symbolic.symbolic.png</file>
     <file>icons/16x16/actions/document-edit-symbolic.symbolic.png</file>
     <file>icons/16x16/emotes/face-cool.png</file>
diff --git a/demos/widget-factory/widget-factory.gresource.xml 
b/demos/widget-factory/widget-factory.gresource.xml
index e5e6d8d5f3..80a510f8ee 100644
--- a/demos/widget-factory/widget-factory.gresource.xml
+++ b/demos/widget-factory/widget-factory.gresource.xml
@@ -19,7 +19,6 @@
     <file>icons/16x16/actions/document-send-symbolic.symbolic.png</file>
     <file>icons/16x16/actions/star-new-symbolic.symbolic.png</file>
     <file>icons/16x16/actions/view-grid-symbolic.symbolic.png</file>
-    <file>icons/16x16/actions/view-refresh-symbolic.symbolic.png</file>
     <file>icons/16x16/actions/zoom-in.png</file>
     <file>icons/16x16/actions/zoom-in-symbolic.symbolic.png</file>
     <file>icons/16x16/actions/zoom-original.png</file>
diff --git a/demos/gtk-demo/icons/16x16/actions/view-refresh-symbolic.symbolic.png 
b/gtk/icons/16x16/actions/view-refresh-symbolic.symbolic.png
similarity index 100%
rename from demos/gtk-demo/icons/16x16/actions/view-refresh-symbolic.symbolic.png
rename to gtk/icons/16x16/actions/view-refresh-symbolic.symbolic.png
diff --git a/demos/widget-factory/icons/scalable/actions/view-refresh-symbolic.svg 
b/gtk/icons/scalable/actions/view-refresh-symbolic.svg
similarity index 100%
rename from demos/widget-factory/icons/scalable/actions/view-refresh-symbolic.svg
rename to gtk/icons/scalable/actions/view-refresh-symbolic.svg


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