[gtk: 1/2] Fix wrong gettext ITS target
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/2] Fix wrong gettext ITS target
- Date: Wed, 25 Aug 2021 10:51:59 +0000 (UTC)
commit c66bd791c42e546ef55c90483306e153cbb8fdca
Author: Rafał Dzięgiel <rafostar github gmail com>
Date: Wed Aug 25 10:08:44 2021 +0200
Fix wrong gettext ITS target
The installed ITS rule filename is "gtk4builder.its". The .loc file
is wrongly pointing to old "gtkbuilder.its" which makes gettext fail
on systems without GTK3 installed.
tools/gtk4builder.loc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/gtk4builder.loc b/tools/gtk4builder.loc
index 5d77e4841c..efbb509ec9 100644
--- a/tools/gtk4builder.loc
+++ b/tools/gtk4builder.loc
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<locatingRules>
<locatingRule name="GtkBuilder" pattern="*.ui">
- <documentRule localName="interface" target="gtkbuilder.its"/>
+ <documentRule localName="interface" target="gtk4builder.its"/>
</locatingRule>
</locatingRules>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]