diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-01-06 10:12:22 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-01-06 10:13:10 +0100 |
commit | 3ae22e49ee3538780c9c26152f85bc5af1b2e596 (patch) | |
tree | 835a2883b8c4ff88b1f15d75cf76cda0e7df06b3 | |
parent | bb67df716cfab257a6309df121e6399ddadcc78a (diff) | |
download | fiv-3ae22e49ee3538780c9c26152f85bc5af1b2e596.tar.gz fiv-3ae22e49ee3538780c9c26152f85bc5af1b2e596.tar.xz fiv-3ae22e49ee3538780c9c26152f85bc5af1b2e596.zip |
Make sure our info-symbolic is actually used
The previous placement was ultra-fallbacky, "info" was picked instead.
-rw-r--r-- | resources/resources.gresource.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/resources.gresource.xml b/resources/resources.gresource.xml index b189ced..0b32dc8 100644 --- a/resources/resources.gresource.xml +++ b/resources/resources.gresource.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <gresources> - <gresource prefix="/org/gnome/design/IconLibrary/"> + <gresource prefix="/org/gnome/design/IconLibrary/scalable/actions/"> <file preprocess="xml-stripblanks">circle-filled-symbolic.svg</file> <file preprocess="xml-stripblanks">funnel-symbolic.svg</file> <file preprocess="xml-stripblanks">blend-tool-symbolic.svg</file> |