[gnome-control-center] region: Update for list box API change



commit 57a1ac11774e0d4cc7ae8fd5a3a6c5ac1fba7fc2
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 26 16:00:15 2014 +0200

    region: Update for list box API change

 panels/region/cc-region-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/region/cc-region-panel.c b/panels/region/cc-region-panel.c
index fe9c576..508120c 100644
--- a/panels/region/cc-region-panel.c
+++ b/panels/region/cc-region-panel.c
@@ -1421,7 +1421,7 @@ setup_input_section (CcRegionPanel *self)
         g_signal_connect_swapped (priv->show_layout, "clicked",
                                   G_CALLBACK (show_selected_layout), self);
 
-        cc_list_box_setup_scrolling (GTK_LIST_BOX (priv->input_list));
+        cc_list_box_setup_scrolling (GTK_LIST_BOX (priv->input_list), 5);
 
         gtk_list_box_set_selection_mode (GTK_LIST_BOX (priv->input_list),
                                          GTK_SELECTION_SINGLE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]