diff options
author | fiaxh <git@lightrise.org> | 2024-06-20 13:47:25 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-06-20 14:03:14 +0200 |
commit | 680f0dd0a768b201b62899905c38210e834dde91 (patch) | |
tree | 37366eeec656568e0cfe08665be19c1d2618ff5b /plugins/openpgp/data | |
parent | 21ae42762d8a57da5cb1ec40b46e7510fc3121ad (diff) | |
download | dino-680f0dd0a768b201b62899905c38210e834dde91.tar.gz dino-680f0dd0a768b201b62899905c38210e834dde91.zip |
Fix meson build files
Diffstat (limited to 'plugins/openpgp/data')
-rw-r--r-- | plugins/openpgp/data/gresource.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/openpgp/data/gresource.xml b/plugins/openpgp/data/gresource.xml index fbe2e8e9..75f25e67 100644 --- a/plugins/openpgp/data/gresource.xml +++ b/plugins/openpgp/data/gresource.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <gresources> - <gresource prefix="/im/dino/Dino/openpgp"> - <file>account_settings_item.ui</file> - </gresource> +<!-- <gresource prefix="/im/dino/Dino/openpgp">--> +<!-- </gresource>--> </gresources> |