diff options
author | nirav <nirav@teisuu.com> | 2019-04-27 17:26:15 +0000 |
---|---|---|
committer | nirav <nirav@teisuu.com> | 2019-04-27 17:26:15 +0000 |
commit | c158e0596f6f103ee2e5465051d03028f7b9b181 (patch) | |
tree | a80297bb59e6f839927791950542de06ea77d010 /data | |
parent | 0d565e46953e433fa13149f54593c09f099ef7df (diff) | |
download | im-master.tar.gz im-master.zip |
Diffstat (limited to 'data')
-rw-r--r-- | data/im.css (renamed from data/qwe.css) | 0 | ||||
-rw-r--r-- | data/im.gresources.xml | 6 | ||||
-rw-r--r-- | data/qwe.gresources.xml | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/data/qwe.css b/data/im.css index 375165e..375165e 100644 --- a/data/qwe.css +++ b/data/im.css diff --git a/data/im.gresources.xml b/data/im.gresources.xml new file mode 100644 index 0000000..5821b3f --- /dev/null +++ b/data/im.gresources.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gtk/im"> + <file alias="im.css">data/im.css</file> + </gresource> +</gresources> diff --git a/data/qwe.gresources.xml b/data/qwe.gresources.xml deleted file mode 100644 index 336977a..0000000 --- a/data/qwe.gresources.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<gresources> - <gresource prefix="/org/gtk/qwe"> - <file alias="qwe.css">data/qwe.css</file> - </gresource> -</gresources> |