From 2d9ea087295876f22ae0b2382a5151856cd95ebf Mon Sep 17 00:00:00 2001 From: Marwan Tanager Date: Fri, 31 May 2013 13:46:28 +0200 Subject: [PATCH] Use show-v-scrollbar instead of show-scrollbars Signed-off-by: Sebastian Ramacher --- shortcuts.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shortcuts.c b/shortcuts.c index 3af1531..0174598 100644 --- a/shortcuts.c +++ b/shortcuts.c @@ -147,10 +147,10 @@ sc_adjust_window(girara_session_t* session, girara_argument_t* argument, (double)(pages_per_row * cell_width); zathura_document_set_scale(zathura->document, scale); - bool show_scrollbars = false; - girara_setting_get(session, "show-scrollbars", &show_scrollbars); + bool show_vscrollbar = false; + girara_setting_get(session, "show-v-scrollbar", &show_vscrollbar); - if (show_scrollbars) { + if (show_vscrollbar) { /* If the document is taller than the view, there's a vertical * scrollbar; we need to substract its width from the view's width. */ zathura_get_document_size(zathura, cell_height, cell_width,