diff options
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 4d222fe48..3f8d5d491 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -127,6 +127,7 @@ enum MIN_SIZE_PROP, FONT_PREFS_BUTTON_PROP, USE_COLORS_PROP, + SMOOTHSCROLL_PROP, CSS_CONTAINER_PROP, CSS_CHECKBOX_PROP, CSS_EDIT_BOX_PROP, @@ -172,6 +173,7 @@ EphyDialogProperty properties [] = { "min_size_spinbutton", CONF_RENDERING_FONT_MIN_SIZE, PT_AUTOAPPLY, 0 }, { "font_prefs_button", NULL, PT_NORMAL, 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 }, |