[gtk+/wip/baedert/box] scrollbar: Remove style property
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/box] scrollbar: Remove style property
- Date: Thu, 13 Oct 2016 17:56:39 +0000 (UTC)
commit 0a61a20b7331b375e1d04fb5f0e6c56bbd349ec5
Author: Timm Bäder <mail baedert org>
Date: Tue Oct 11 16:43:29 2016 +0200
scrollbar: Remove style property
gtk/gtkscrollbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 848b193..b51a587 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -139,7 +139,7 @@ gtk_scrollbar_update_style (GtkScrollbar *scrollbar)
"has-secondary-backward-stepper", &has_c,
"has-forward-stepper", &has_d,
NULL);
- _gtk_range_set_steppers (range, TRUE, TRUE, TRUE, TRUE);
+ _gtk_range_set_steppers (range, has_a, has_b, has_c, has_d);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]