aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.ui
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-11-18 04:14:01 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-11-19 01:49:56 +0800
commitad8497cb0edb8e6801e277cecf43b0c2129e6c41 (patch)
tree11f25d5c9316a111214cba5e5870cc3bafc9ffe1 /src/empathy-preferences.ui
parent94f5ae453c43090c86913e1589d3ffb3873c50e6 (diff)
downloadgsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.gz
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.bz2
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.lz
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.xz
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.zst
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.zip
Remove call input volume configuration
As we rely on pulseaudio there is no point in saving our own volume configuration, pulseaudio does that for us. If we do save it, then we have no idea which volume to pick after connecting to pulse (the one we save, the one pulse saved, a random value?). On top of that our configuration implementation is plain ugly, the level meter didn't work etc. This is all much better configured using the gnome-control-center sound panel, which is pretty nice for inputs and saves its volume on pulse for us to re-use :)
Diffstat (limited to 'src/empathy-preferences.ui')
-rw-r--r--src/empathy-preferences.ui82
1 files changed, 0 insertions, 82 deletions
diff --git a/src/empathy-preferences.ui b/src/empathy-preferences.ui
index 46d687901..03a628cb6 100644
--- a/src/empathy-preferences.ui
+++ b/src/empathy-preferences.ui
@@ -486,82 +486,6 @@
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
- <object class="GtkBox" id="call_volume_scale_box">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkLabel" id="label12">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Input volume:</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkScale" id="call_volume_scale">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="adjustment">call_volume_adjustment</property>
- <property name="round_digits">0</property>
- <property name="digits">0</property>
- <property name="value_pos">bottom</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkBox" id="call_volume_bar_box">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkLabel" id="label13">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Input level:</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkProgressBar" id="progressbar2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
<object class="GtkCheckButton" id="call_echo_cancellation">
<property name="label" translatable="yes">Use _echo cancellation to improve call quality</property>
<property name="visible">True</property>
@@ -1125,10 +1049,4 @@
</packing>
</child>
</object>
- <object class="GtkSizeGroup" id="sizegroup1">
- <widgets>
- <widget name="label12"/>
- <widget name="label13"/>
- </widgets>
- </object>
</interface>