[ekiga/ds-gsettings3: 4/33] GSettings: Fixed schema compliance.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gsettings3: 4/33] GSettings: Fixed schema compliance.
- Date: Sat, 5 Oct 2013 12:14:28 +0000 (UTC)
commit c05cbcab075b06e74abdd0fbc3e6ebc1987bc89b
Author: Damien Sandras <dsandras beip be>
Date: Sun Mar 24 11:58:05 2013 +0100
GSettings: Fixed schema compliance.
org.gnome.ekiga.gschema.xml.in.in | 138 ++++++++++++++++++------------------
1 files changed, 69 insertions(+), 69 deletions(-)
---
diff --git a/org.gnome.ekiga.gschema.xml.in.in b/org.gnome.ekiga.gschema.xml.in.in
index a64e3c9..6571b98 100644
--- a/org.gnome.ekiga.gschema.xml.in.in
+++ b/org.gnome.ekiga.gschema.xml.in.in
@@ -1,30 +1,30 @@
<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga" path="/apps/@PACKAGE_NAME@/">
- <child name="devices" schema="org.gnome.ekiga.devices"/>
- <child name="general" schema="org.gnome.ekiga.general"/>
- <child name="codecs" schema="org.gnome.ekiga.codecs"/>
- <child name="protocols" schema="org.gnome.ekiga.protocols"/>
- <child name="contacts" schema="org.gnome.ekiga.contacts"/>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@" path="/org/gnome/@PACKAGE_NAME@/">
+ <child name="devices" schema="org gnome PACKAGE_NAME@.devices"/>
+ <child name="general" schema="org gnome PACKAGE_NAME@.general"/>
+ <child name="codecs" schema="org gnome PACKAGE_NAME@.codecs"/>
+ <child name="protocols" schema="org gnome PACKAGE_NAME@.protocols"/>
+ <child name="contacts" schema="org gnome PACKAGE_NAME@.contacts"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.devices"
path="/apps/@PACKAGE_NAME@/devices/">
- <child name="audio" schema="org.gnome.ekiga.devices.audio"/>
- <child name="video" schema="org.gnome.ekiga.devices.video"/>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.devices"
path="/org/gnome/@PACKAGE_NAME@/devices/">
+ <child name="audio" schema="org gnome PACKAGE_NAME@.devices.audio"/>
+ <child name="video" schema="org gnome PACKAGE_NAME@.devices.video"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.devices.audio"
path="/apps/@PACKAGE_NAME@/devices/audio/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.devices.audio"
path="/org/gnome/@PACKAGE_NAME@/devices/audio/">
<key name="output-device" type="s">
- <default></default>
+ <default>''</default>
<_summary>Audio output device</_summary>
<_description>Select the audio output device to use</_description>
</key>
<key name="input-device" type="s">
- <default></default>
+ <default>''</default>
<_summary>Audio input device</_summary>
<_description>Select the audio input device to use</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.devices.video"
path="/apps/@PACKAGE_NAME@/devices/video/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.devices.video"
path="/org/gnome/@PACKAGE_NAME@/devices/video/">
<key name="input-device" type="s">
- <default></default>
+ <default>''</default>
<_summary>Video input device</_summary>
<_description>Select the video input device to use. If an error occurs when using this device a test
picture will be transmitted.</_description>
</key>
@@ -54,21 +54,21 @@
<_description>The maximum transmitted frame rate in frames/s. This rate may not be reached in case a
minimum quality was configure via a TSTO value smaller than 31 and the bitrate selected is not sufficient to
support this minimum quality</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general"
path="/apps/@PACKAGE_NAME@/general/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.general"
path="/org/gnome/@PACKAGE_NAME@/general/">
<key name="kind-of-net" type="i">
<default>2</default>
<_summary>Kind of network selected in the assistant</_summary>
<_description>0: 56kbps, 1: ISDN, 2: DSL128, 3: DSL512, 4: LAN, 5: Custom</_description>
</key>
- <child name="personal-data" schema="org.gnome.ekiga.general.personal-data"/>
- <child name="sound-events" schema="org.gnome.ekiga.general.sound-events"/>
- <child name="nat" schema="org.gnome.ekiga.general.nat"/>
- <child name="user-interface" schema="org.gnome.ekiga.general.user-interface"/>
- <child name="call-options" schema="org.gnome.ekiga.general.call-options"/>
+ <child name="personal-data" schema="org gnome PACKAGE_NAME@.general.personal-data"/>
+ <child name="sound-events" schema="org gnome PACKAGE_NAME@.general.sound-events"/>
+ <child name="nat" schema="org gnome PACKAGE_NAME@.general.nat"/>
+ <child name="user-interface" schema="org gnome PACKAGE_NAME@.general.user-interface"/>
+ <child name="call-options" schema="org gnome PACKAGE_NAME@.general.call-options"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.personal-data"
path="/apps/@PACKAGE_NAME@/general/personal-data/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.general.personal-data"
path="/org/gnome/@PACKAGE_NAME@/general/personal-data/">
<key name="full-name" type="s">
- <default></default>
+ <default>''</default>
<_summary>Full name</_summary>
<_description>Enter your full name</_description>
</key>
@@ -92,9 +92,9 @@
<default>[]</default>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.sound-events"
path="/apps/@PACKAGE_NAME@/general/sound-events/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.general.sound-events"
path="/org/gnome/@PACKAGE_NAME@/general/sound-events/">
<key name="output-device" type="s">
- <default></default>
+ <default>''</default>
<_summary>Alternative audio output device</_summary>
<_description>Select an alternative audio output device to use for sound events.</_description>
</key>
@@ -149,7 +149,7 @@
<_description>The sound that will be played at the end of calls or when calling somebody who is busy,
if enabled</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.nat"
path="/apps/@PACKAGE_NAME@/general/nat/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.general.nat"
path="/org/gnome/@PACKAGE_NAME@/general/nat/">
<key name="stun-server" type="s">
<default>'stun.ekiga.net'</default>
<_summary>The STUN Server</_summary>
@@ -161,20 +161,20 @@
<_description>Enable the automatic network setup resulting from the STUN test</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface"
path="/apps/@PACKAGE_NAME@/general/user-interface/">
- <child name="call-window" schema="org.gnome.ekiga.general.user-interface.call-window"/>
- <child name="main-window" schema="org.gnome.ekiga.general.user-interface.main-window"/>
- <child name="chat-window" schema="org.gnome.ekiga.general.user-interface.chat-window"/>
- <child name="assistant" schema="org.gnome.ekiga.general.user-interface.assistant"/>
- <child name="addressbook-window" schema="org.gnome.ekiga.general.user-interface.addressbook-window"/>
- <child name="audio-settings-window"
schema="org.gnome.ekiga.general.user-interface.audio-settings-window"/>
- <child name="video-settings-window"
schema="org.gnome.ekiga.general.user-interface.video-settings-window"/>
- <child name="preferences-window" schema="org.gnome.ekiga.general.user-interface.preferences-window"/>
- <child name="accounts-window" schema="org.gnome.ekiga.general.user-interface.accounts-window"/>
- <child name="video-display" schema="org.gnome.ekiga.general.user-interface.video-display"/>
- <child name="remote-video-window" schema="org.gnome.ekiga.general.user-interface.remote-video-window"/>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.general.user-interface"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/">
+ <child name="call-window" schema="org gnome PACKAGE_NAME@.general.user-interface.call-window"/>
+ <child name="main-window" schema="org gnome PACKAGE_NAME@.general.user-interface.main-window"/>
+ <child name="chat-window" schema="org gnome PACKAGE_NAME@.general.user-interface.chat-window"/>
+ <child name="assistant" schema="org gnome PACKAGE_NAME@.general.user-interface.assistant"/>
+ <child name="addressbook-window" schema="org gnome
PACKAGE_NAME@.general.user-interface.addressbook-window"/>
+ <child name="audio-settings-window" schema="org gnome
PACKAGE_NAME@.general.user-interface.audio-settings-window"/>
+ <child name="video-settings-window" schema="org gnome
PACKAGE_NAME@.general.user-interface.video-settings-window"/>
+ <child name="preferences-window" schema="org gnome
PACKAGE_NAME@.general.user-interface.preferences-window"/>
+ <child name="accounts-window" schema="org gnome PACKAGE_NAME@.general.user-interface.accounts-window"/>
+ <child name="video-display" schema="org gnome PACKAGE_NAME@.general.user-interface.video-display"/>
+ <child name="remote-video-window" schema="org gnome
PACKAGE_NAME@.general.user-interface.remote-video-window"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface.call-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/call-window/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.call-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/call-window/">
<key name="position" type="s">
<default>'0,0'</default>
<_summary>Position on the screen of the call window</_summary>
@@ -186,7 +186,7 @@
<_description>Size of the call window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface.main-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/main-window/">
+ <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="position" type="s">
<default>'0,0'</default>
<_summary>Position on the screen of the main window</_summary>
@@ -198,7 +198,7 @@
<_description>Change the panel section of the main window (0=Contacts, 1=Dialpad, 2=Call
history)</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface.chat-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/chat-window/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.chat-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/chat-window/">
<key name="size" type="s">
<default>'375,400'</default>
<_summary>Size of the chat window</_summary>
@@ -210,7 +210,7 @@
<_description>Position on the screen of the chat window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface.assistant"
path="/apps/@PACKAGE_NAME@/general/user-interface/assistant/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.general.user-interface.assistant"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/assistant/">
<key name="size" type="s">
<default>'525,345'</default>
<_summary>Size of the druid window</_summary>
@@ -222,7 +222,7 @@
<_description>Position on the screen of the druid window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface.addressbook-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/addressbook-window/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.addressbook-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/addressbook-window/">
<key name="position" type="s">
<default>'0,0'</default>
<_summary>Position on the screen of the address book window</_summary>
@@ -234,7 +234,7 @@
<_description>Size of the address book window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@"
id="org.gnome.ekiga.general.user-interface.audio-settings-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/audio-settings-window/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.audio-settings-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/audio-settings-window/">
<key name="position" type="s">
<default>'0,0'</default>
<_summary>Position on the screen of the audio settings window</_summary>
@@ -246,7 +246,7 @@
<_description>Size of the audio settings window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@"
id="org.gnome.ekiga.general.user-interface.video-settings-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/video-settings-window/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.video-settings-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/video-settings-window/">
<key name="position" type="s">
<default>'0,0'</default>
<_summary>Position on the screen of the video settings window</_summary>
@@ -258,7 +258,7 @@
<_description>Size of the video settings window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface.preferences-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/preferences-window/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.preferences-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/preferences-window/">
<key name="position" type="s">
<default>'0,0'</default>
<_summary>Position on the screen of the preferences window</_summary>
@@ -270,7 +270,7 @@
<_description>Size of the preferences window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface.accounts-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/accounts-window/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.accounts-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/accounts-window/">
<key name="position" type="s">
<default>'0,0'</default>
<_summary>Position on the screen of the accounts window</_summary>
@@ -282,7 +282,7 @@
<_description>Size of the accounts window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interface.video-display"
path="/apps/@PACKAGE_NAME@/general/user-interface/video-display/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.video-display"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/video-display/">
<key name="disable-hw-accel" type="b">
<default>false</default>
<_summary>Disable video hardware acceleration</_summary>
@@ -324,7 +324,7 @@
<_description>The video view before having switched to fullscreen (same values as
video_view)</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.user-interfac.remote-video-window"
path="/apps/@PACKAGE_NAME@/general/user-interface/remote-video-window/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome
PACKAGE_NAME@.general.user-interface.remote-video-window"
path="/org/gnome/@PACKAGE_NAME@/general/user-interface/remote-video-window/">
<key name="size" type="s">
<default>'176,144'</default>
<_summary>Remote video window size</_summary>
@@ -336,7 +336,7 @@
<_description>The position of the remote video window</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.general.call-options"
path="/apps/@PACKAGE_NAME@/general/call-options/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.general.call-options"
path="/org/gnome/@PACKAGE_NAME@/general/call-options/">
<key name="no-answer-timeout" type="i">
<default>45</default>
<_summary>No answer timeout</_summary>
@@ -348,11 +348,11 @@
<_description>If enabled, automatically answer incoming calls</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.codecs" path="/apps/@PACKAGE_NAME@/codecs/">
- <child name="audio" schema="org.gnome.ekiga.codecs.audio"/>
- <child name="video" schema="org.gnome.ekiga.codecs.video"/>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.codecs"
path="/org/gnome/@PACKAGE_NAME@/codecs/">
+ <child name="audio" schema="org gnome PACKAGE_NAME@.codecs.audio"/>
+ <child name="video" schema="org gnome PACKAGE_NAME@.codecs.video"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.codecs.audio"
path="/apps/@PACKAGE_NAME@/codecs/audio/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.codecs.audio"
path="/org/gnome/@PACKAGE_NAME@/codecs/audio/">
<key name="media-list" type="as">
<default>[ 'Speex*16000*1*H.323 SIP*1', 'PCMU*8000*1*H.323 SIP*1', 'PCMA*8000*1*H.323 SIP*1',
'CELT*48000*1*SIP*0', 'CELT*32000*1*SIP*0', 'iLBC*8000*1*H.323 SIP*0', 'gsm*8000*1*H.323 SIP*0',
'G722*16000*1*H.323 SIP*0', 'G7221*16000*1*H.323 SIP*0', 'AMR-WB*16000*1*H.323 SIP*0', 'Speex*8000*1*H.323
SIP*0', 'G726-16*8000*1*H.323 SIP*0', 'G726-24*8000*1*H.323 SIP*0', 'G726-32*8000*1*H.323 SIP*0',
'G726-40*8000*1*H.323 SIP*0', 'ms-gsm*8000*1*H.323*0', 'SILK*16000*1*H.323 SIP*0', 'SILK*8000*1*H.323 SIP*0',
'MS-IMA-ADPCM*8000*1*H.323*0' ]</default>
<_summary>The Audio Codecs List</_summary>
@@ -374,7 +374,7 @@
<_description>The maximum jitter buffer size for audio reception (in ms)</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.codecs.video"
path="/apps/@PACKAGE_NAME@/codecs/video/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.codecs.video"
path="/org/gnome/@PACKAGE_NAME@/codecs/video/">
<key name="media-list" type="as">
<default>[ 'h264*90000*0*SIP*1', 'theora*90000*0*SIP*1', 'h261*90000*0*H.323 SIP*1' ]</default>
<_summary>The video codecs list</_summary>
@@ -396,7 +396,7 @@
<_description>Whether to prefer to sustain the max. frame rate or lower it possibly in order to keep a
minimum level of (spatial) quality for all frames. 0: Highest minimal quality, 31: lowest minimal
quality</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.protocols"
path="/apps/@PACKAGE_NAME@/protocols/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.protocols"
path="/org/gnome/@PACKAGE_NAME@/protocols/">
<key name="accounts-list" type="as">
<default>[]</default>
<_summary>The accounts list</_summary>
@@ -408,21 +408,21 @@
<_description>The Type of Service (TOS) byte on outgoing RTP IP packets. This byte is used by the
network to provide some level of Quality of Service (QoS). Default value 184 (0xB8) corresponds to Expedited
Forwarding (EF) PHB as defined in RFC 3246.</_description>
</key>
<key name="interface" type="s">
- <default></default>
+ <default>''</default>
</key>
- <child name="sip" schema="org.gnome.ekiga.protocols.sip"/>
- <child name="h323" schema="org.gnome.ekiga.protocols.h323"/>
- <child name="ports" schema="org.gnome.ekiga.protocols.ports"/>
- <child name="call-forwarding" schema="org.gnome.ekiga.protocols.call-forwarding"/>
+ <child name="sip" schema="org gnome PACKAGE_NAME@.protocols.sip"/>
+ <child name="h323" schema="org gnome PACKAGE_NAME@.protocols.h323"/>
+ <child name="ports" schema="org gnome PACKAGE_NAME@.protocols.ports"/>
+ <child name="call-forwarding" schema="org gnome PACKAGE_NAME@.protocols.call-forwarding"/>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.protocols.sip"
path="/apps/@PACKAGE_NAME@/protocols/sip/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.protocols.sip"
path="/org/gnome/@PACKAGE_NAME@/protocols/sip/">
<key name="listen-port" type="i">
<default>5060</default>
<_summary>Listen port</_summary>
<_description>The port to listen to for incoming connections. Ekiga needs to be restarted for the new
value to take effect</_description>
</key>
<key name="outbound-proxy-host" type="s">
- <default></default>
+ <default>''</default>
<_summary>Outbound Proxy</_summary>
<_description>The SIP Outbound Proxy to use for outgoing calls</_description>
</key>
@@ -442,7 +442,7 @@
<_description>Enter the number of seconds after which Ekiga should try refreshing the NAT binding when
STUN is being used</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.protocols.h323"
path="/apps/@PACKAGE_NAME@/protocols/h323/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.protocols.h323"
path="/org/gnome/@PACKAGE_NAME@/protocols/h323/">
<key name="listen-port" type="i">
<default>1720</default>
<_summary>Listen port</_summary>
@@ -484,7 +484,7 @@
<_description>The host where calls should be forwarded if call forwarding is enabled</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.protocols.ports"
path="/apps/@PACKAGE_NAME@/protocols/ports/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.protocols.ports"
path="/org/gnome/@PACKAGE_NAME@/protocols/ports/">
<key name="tcp-port-range" type="s">
<default>'30000:30010'</default>
<_summary>TCP port range</_summary>
@@ -496,7 +496,7 @@
<_description>The range of UDP ports that Ekiga will use.</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.protocols.call-forwarding"
path="/apps/@PACKAGE_NAME@/protocols/call-forwarding/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.protocols.call-forwarding"
path="/org/gnome/@PACKAGE_NAME@/protocols/call-forwarding/">
<key name="always-forward" type="b">
<default>false</default>
<_summary>Always forward calls to the given host</_summary>
@@ -513,7 +513,7 @@
<_description>If enabled, all incoming calls will be forwarded to the host that is specified in the
field below if you do not answer the call</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.ekiga.contacts"
path="/apps/@PACKAGE_NAME@/contacts/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org gnome PACKAGE_NAME@.contacts"
path="/org/gnome/@PACKAGE_NAME@/contacts/">
<key name="roster-folded-groups" type="as">
<default>[]</default>
<_summary>List of folded groups in the roster</_summary>
@@ -524,17 +524,17 @@
<_description>If enabled, offline contacts will be shown in the roster</_description>
</key>
<key name="ldap-servers" type="s">
- <default></default>
+ <default>''</default>
<_summary>LDAP servers</_summary>
<_description>List of configured LDAP servers</_description>
</key>
<key name="call-history" type="s">
- <default></default>
+ <default>''</default>
<_summary>Calls history</_summary>
<_description>The history of the 100 last calls</_description>
</key>
<key name="roster" type="s">
- <default></default>
+ <default>''</default>
</key>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]