[gnome-builder/wip/exalm/help-overlay] meson-templates: Correctly include help-overlay.ui for GTK4 templates
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/exalm/help-overlay] meson-templates: Correctly include help-overlay.ui for GTK4 templates
- Date: Sat, 1 Oct 2022 16:28:41 +0000 (UTC)
commit 84d9639b19f1863e2fedb6ab8fcd65124affb4aa
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sat Oct 1 20:28:18 2022 +0400
meson-templates: Correctly include help-overlay.ui for GTK4 templates
src/plugins/meson-templates/resources/src/hello.gresource.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/meson-templates/resources/src/hello.gresource.xml
b/src/plugins/meson-templates/resources/src/hello.gresource.xml
index 41902a2d5..bb96c864a 100644
--- a/src/plugins/meson-templates/resources/src/hello.gresource.xml
+++ b/src/plugins/meson-templates/resources/src/hello.gresource.xml
@@ -2,7 +2,7 @@
<gresources>
<gresource prefix="{{appid_path}}">
<file preprocess="xml-stripblanks">{{ui_file}}</file>
-{{if (template == "gnome-app-gtk4") || (template == "gnome-app-adwaita")}}
+{{if is_gtk4}}
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file>
{{end}}
</gresource>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]