diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-02-13 12:47:11 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-02-13 12:49:31 -0500 |
commit | 82fdd483d2e03be654022e53843feac0503e33f6 (patch) | |
tree | 50311018dc124ec6b81560df53f9d1f29d6b6bef /demos | |
parent | 8c0b70691bedbfa5de3951cde2d60d4749cb59ee (diff) | |
download | gtk+-82fdd483d2e03be654022e53843feac0503e33f6.tar.gz |
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.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/demo.gresource.xml | 1 | ||||
-rw-r--r-- | demos/gtk-demo/icons/16x16/actions/view-refresh-symbolic.symbolic.png | bin | 275 -> 0 bytes | |||
-rw-r--r-- | demos/widget-factory/icons/16x16/actions/view-refresh-symbolic.symbolic.png | bin | 275 -> 0 bytes | |||
-rw-r--r-- | demos/widget-factory/icons/scalable/actions/view-refresh-symbolic.svg | 3 | ||||
-rw-r--r-- | demos/widget-factory/widget-factory.gresource.xml | 1 |
5 files changed, 0 insertions, 5 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/gtk-demo/icons/16x16/actions/view-refresh-symbolic.symbolic.png b/demos/gtk-demo/icons/16x16/actions/view-refresh-symbolic.symbolic.png Binary files differdeleted file mode 100644 index 2f0af9de0a..0000000000 --- a/demos/gtk-demo/icons/16x16/actions/view-refresh-symbolic.symbolic.png +++ /dev/null diff --git a/demos/widget-factory/icons/16x16/actions/view-refresh-symbolic.symbolic.png b/demos/widget-factory/icons/16x16/actions/view-refresh-symbolic.symbolic.png Binary files differdeleted file mode 100644 index 2f0af9de0a..0000000000 --- a/demos/widget-factory/icons/16x16/actions/view-refresh-symbolic.symbolic.png +++ /dev/null diff --git a/demos/widget-factory/icons/scalable/actions/view-refresh-symbolic.svg b/demos/widget-factory/icons/scalable/actions/view-refresh-symbolic.svg deleted file mode 100644 index 85046c3bcb..0000000000 --- a/demos/widget-factory/icons/scalable/actions/view-refresh-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"> - <path d="M6.719 2c-.192.009-.372.035-.563.063a6.03 6.03 0 0 0-3.968 2.343C.206 7.048.764 10.831 3.405 12.813c2.642 1.98 6.425 1.422 8.406-1.22.123-.17.19-.382.188-.593v-1h-1a1.024 1.024 0 0 0-.813.406c-1.332 1.777-3.817 2.114-5.593.781-1.777-1.332-2.114-3.816-.782-5.593C5.146 3.817 7.63 3.48 9.407 4.812c.43.323.77.733 1.031 1.188H9a1 1 0 0 0-1 1v1h6V2h-1a1 1 0 0 0-1 1v1.688A5.966 5.966 0 0 0 6.719 2z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none" color="#bebebe" font-weight="400" font-family="Sans" overflow="visible" fill="#474747"/> -</svg> 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> |