[ekiga/ds-gsettings] GSettings: Fixed schema to add missing values.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gsettings] GSettings: Fixed schema to add missing values.
- Date: Sun, 24 Mar 2013 16:49:25 +0000 (UTC)
commit 37d7dca7a13bdaabf0844bdc4ec6fda9af65e371
Author: Damien Sandras <dsandras beip be>
Date: Sun Mar 24 17:46:38 2013 +0100
GSettings: Fixed schema to add missing values.
org.gnome.ekiga.gschema.xml.in.in | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.ekiga.gschema.xml.in.in b/org.gnome.ekiga.gschema.xml.in.in
index 6571b98..d90e9a8 100644
--- a/org.gnome.ekiga.gschema.xml.in.in
+++ b/org.gnome.ekiga.gschema.xml.in.in
@@ -55,6 +55,9 @@
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.general"
path="/org/gnome/@PACKAGE_NAME@/general/">
+ <key name="version" type="i">
+ <default>0</default>
+ </key>
<key name="kind-of-net" type="i">
<default>2</default>
<_summary>Kind of network selected in the assistant</_summary>
@@ -187,6 +190,11 @@
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.main-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/main-window/">
+ <key name="size" type="s">
+ <default>'275,475'</default>
+ <_summary>Size of the main window</_summary>
+ <_description>Size of the main window</_description>
+ </key>
<key name="position" type="s">
<default>'0,0'</default>
<_summary>Position on the screen of the main window</_summary>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]