forked from pool/gnome-weather
Dominique Leuenberger
2d45c7b04f
Add patch and other tweaks OBS-URL: https://build.opensuse.org/request/show/547618 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-weather?expand=0&rev=68
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From bbb0508860004f97a86486d1c0711c195c857005 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Piotr=20Dr=C4=85g?= <piotrdrag@gmail.com>
|
|
Date: Sat, 30 Sep 2017 15:41:53 +0200
|
|
Subject: gschema: Fix gettext-domain
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Special thanks to Sébastien Wilmet for help with deciphering Autotools.
|
|
---
|
|
data/org.gnome.Weather.Application.gschema.xml | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/data/org.gnome.Weather.Application.gschema.xml b/data/org.gnome.Weather.Application.gschema.xml
|
|
index aaf9d79..2bba122 100644
|
|
--- a/data/org.gnome.Weather.Application.gschema.xml
|
|
+++ b/data/org.gnome.Weather.Application.gschema.xml
|
|
@@ -1,4 +1,5 @@
|
|
-<schemalist gettext-domain="org.gnome.Weather.Application">
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
+<schemalist gettext-domain="org.gnome.Weather">
|
|
<schema id="org.gnome.Weather.Application" path="/org/gnome/Weather/Application/">
|
|
<key name="locations" type="av">
|
|
<default>[]</default>
|
|
--
|
|
cgit v0.12
|