[gwget] gconf-schemas complains about missing <locale> for few keys
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gwget] gconf-schemas complains about missing <locale> for few keys
- Date: Fri, 1 Jun 2012 12:57:56 +0000 (UTC)
commit 82c6e5408a10afdbe5ec189acc58959000280dd3
Author: Krzysztof Klimonda <kklimonda syntaxhighlighted com>
Date: Fri Jun 1 14:56:52 2012 +0200
gconf-schemas complains about missing <locale> for few keys
There is no "c" locale so it gets removed during build and
the <locale> key is missing. gconf-schemas doesn't like it and complains.
data/gwget.schemas.in | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/gwget.schemas.in b/data/gwget.schemas.in
index 679d330..538f6d6 100644
--- a/data/gwget.schemas.in
+++ b/data/gwget.schemas.in
@@ -344,7 +344,7 @@
<owner>gwget</owner>
<type>string</type>
<default></default>
- <locale name="c">
+ <locale name="C">
<short></short>
<long></long>
</locale>
@@ -356,7 +356,7 @@
<owner>gwget</owner>
<type>int</type>
<default>8080</default>
- <locale name="c">
+ <locale name="C">
<short></short>
<long></long>
</locale>
@@ -368,7 +368,7 @@
<owner>gwget</owner>
<type>bool</type>
<default>false</default>
- <locale name="c">
+ <locale name="C">
<short></short>
<long></long>
</locale>
@@ -380,7 +380,7 @@
<owner>gwget</owner>
<type>string</type>
<default></default>
- <locale name="c">
+ <locale name="C">
<short></short>
<long></long>
</locale>
@@ -392,7 +392,7 @@
<owner>gwget</owner>
<type>string</type>
<default></default>
- <locale name="c">
+ <locale name="C">
<short></short>
<long></long>
</locale>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]