[gnome-photos] view-container: Use edge-reached signal instead of edge-overshot



commit da9d04fb44f416889d6996810c540fa33cca9305
Author: Pranav Kant <pranav913 gmail com>
Date:   Mon Feb 2 19:03:46 2015 +0530

    view-container: Use edge-reached signal instead of edge-overshot
    
    edge-overshot only works fine for touchpad scrolling but fails when
    scrollbar is dragged to the end.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743853

 configure.ac                |    2 +-
 src/photos-view-container.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 18c6da4..9b79a12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ GFBGRAPH_MIN_VERSION=0.2.1
 GLIB_MIN_VERSION=2.39.3
 GOA_MIN_VERSION=3.8.0
 GRILO_MIN_VERSION=0.2.6
-GTK_MIN_VERSION=3.15.0
+GTK_MIN_VERSION=3.15.5
 LIBEXIF_MIN_VERSION=0.6.14
 LIBRSVG_MIN_VERSION=2.26.0
 
diff --git a/src/photos-view-container.c b/src/photos-view-container.c
index a5c4832..dfff04d 100644
--- a/src/photos-view-container.c
+++ b/src/photos-view-container.c
@@ -87,7 +87,7 @@ static void
 photos_view_container_connect_view (PhotosViewContainer *self)
 {
   g_signal_connect_swapped (self->priv->view,
-                            "edge-overshot",
+                            "edge-reached",
                             G_CALLBACK (photos_view_container_view_changed),
                             self);
 }


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