diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index 50b3005fa..bf9f20fdd 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -224,6 +224,14 @@ present them to the user immediately.</_description> <_description>Whether Empathy should use the avatar of the contact as the chat window icon.</_description> </key> </schema> + <schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/"> + <key name="volume" type="d"> + <range min="0" max="150"/> + <default>100.0</default> + <_summary>Call volume</_summary> + <_description>Call volume, as a percentage.</_description> + </key> + </schema> <schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/"> <key name="close-main-window" type="b"> <default>true</default> |