[gtk+/touch-for-3.4] Fix a mistake in converting to the new kinetic scrolling api



commit 11fae7475052f8eac5fa21c25456dc16b4a4529c
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 29 01:57:55 2012 -0500

    Fix a mistake in converting to the new kinetic scrolling api

 tests/testkineticscrolling.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/testkineticscrolling.c b/tests/testkineticscrolling.c
index 9dcfcdb..9579681 100644
--- a/tests/testkineticscrolling.c
+++ b/tests/testkineticscrolling.c
@@ -68,6 +68,7 @@ kinetic_scrolling (void)
 
   swindow = gtk_scrolled_window_new (NULL, NULL);
   gtk_scrolled_window_set_kinetic_scrolling (GTK_SCROLLED_WINDOW (swindow), TRUE);
+  gtk_scrolled_window_set_capture_button_press (GTK_SCROLLED_WINDOW (swindow), FALSE);
   gtk_scrolled_window_add_with_viewport (GTK_SCROLLED_WINDOW (swindow), button_grid);
   gtk_widget_show (button_grid);
 



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