[eog] data: Add missing gettext-domain to gschema



commit 74c9cf3080b0f39000b5753afa71bba93c9514a3
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sat Sep 30 15:06:25 2017 +0200

    data: Add missing gettext-domain to gschema

 data/org.gnome.eog.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.eog.gschema.xml.in b/data/org.gnome.eog.gschema.xml.in
index d8a44ef..0359a23 100644
--- a/data/org.gnome.eog.gschema.xml.in
+++ b/data/org.gnome.eog.gschema.xml.in
@@ -114,7 +114,7 @@
       <description>If activated, the detailed metadata list in the properties dialog will be moved to its 
own page in the dialog. This should make the dialog more usable on smaller screens, e.g. as used by netbooks. 
If disabled, the widget will be embedded on the “Metadata” page.</description>
     </key>
   </schema>
-  <schema id="org.gnome.eog.plugins" path="/org/gnome/eog/plugins/">
+  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.eog.plugins" path="/org/gnome/eog/plugins/">
     <key name="active-plugins" type="as">
       <default>['fullscreen']</default>
       <summary>Active plugins</summary>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]