[epiphany] Remove smooth scrolling pref from the UI
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Remove smooth scrolling pref from the UI
- Date: Wed, 12 May 2010 12:36:37 +0000 (UTC)
commit bed36ad982a8a8300b45abe33394478c302f3dc8
Author: Xan Lopez <xan gnome org>
Date: Wed May 12 14:36:02 2010 +0200
Remove smooth scrolling pref from the UI
We'll add it back whenever we manage to add support for it in
WebKitGTK+.
data/glade/prefs-dialog.ui | 16 ----------------
src/prefs-dialog.c | 2 --
2 files changed, 0 insertions(+), 18 deletions(-)
---
diff --git a/data/glade/prefs-dialog.ui b/data/glade/prefs-dialog.ui
index 3761cef..31afb5b 100644
--- a/data/glade/prefs-dialog.ui
+++ b/data/glade/prefs-dialog.ui
@@ -378,22 +378,6 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="smoothscroll_button">
- <property name="label" translatable="yes">Use s_mooth scrolling</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- <child>
<object class="GtkHBox" id="css_container">
<property name="visible">True</property>
<property name="spacing">24</property>
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c
index d532d41..437a88b 100644
--- a/src/prefs-dialog.c
+++ b/src/prefs-dialog.c
@@ -77,7 +77,6 @@ enum
USE_FONTS_PROP,
MIN_SIZE_PROP,
USE_COLORS_PROP,
- SMOOTHSCROLL_PROP,
CSS_CONTAINER_PROP,
CSS_CHECKBOX_PROP,
CSS_EDIT_BOX_PROP,
@@ -121,7 +120,6 @@ EphyDialogProperty properties [] =
{ "use_fonts_checkbutton", CONF_RENDERING_USE_OWN_FONTS, PT_AUTOAPPLY | PT_INVERTED, 0 },
{ "min_size_spinbutton", CONF_RENDERING_FONT_MIN_SIZE, PT_AUTOAPPLY, 0 },
{ "use_colors_checkbutton", CONF_RENDERING_USE_OWN_COLORS, PT_AUTOAPPLY | PT_INVERTED, 0 },
- { "smoothscroll_button", CONF_DISPLAY_SMOOTHSCROLL, PT_AUTOAPPLY, 0 },
{ "css_container", NULL, PT_NORMAL, 0 },
{ "css_checkbox", CONF_USER_CSS_ENABLED, PT_AUTOAPPLY, 0 },
{ "css_edit_box", NULL, PT_NORMAL, 0 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]