aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/empathy-log-window.html2
-rw-r--r--data/org.gnome.Empathy.gschema.xml.in18
2 files changed, 19 insertions, 1 deletions
diff --git a/data/empathy-log-window.html b/data/empathy-log-window.html
index 6962528a4..881592520 100644
--- a/data/empathy-log-window.html
+++ b/data/empathy-log-window.html
@@ -173,7 +173,7 @@ function insertRow (path, text, icon, date_)
else
setExpander(newnode, false);
};
-
+
toggle.onclick = toggleExpander;
contents.ondblclick = toggleExpander;
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in
index 50b3005fa..f51b51b00 100644
--- a/data/org.gnome.Empathy.gschema.xml.in
+++ b/data/org.gnome.Empathy.gschema.xml.in
@@ -224,6 +224,24 @@ 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>
+ <key name="camera-device" type="s">
+ <default>''</default>
+ <_summary>Camera device</_summary>
+ <_description>Default camera device to use in video calls, e.g. /dev/video0.</_description>
+ </key>
+ <key name="echo-cancellation" type="b">
+ <default>true</default>
+ <_summary>Echo cancellation support</_summary>
+ <_description>Whether to enable Pulseaudio's echo cancellation filter.</_description>
+ </key>
+ </schema>
<schema id="org.gnome.Empathy.hints" path="/org/gnome/empathy/hints/">
<key name="close-main-window" type="b">
<default>true</default>