[gnome-photos] offset-controller: Fix typo



commit 0a70e9f93297850ce37dc6b30cd944dd0914bcac
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Aug 16 18:42:17 2012 +0200

    offset-controller: Fix typo

 src/photos-offset-controller.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-offset-controller.c b/src/photos-offset-controller.c
index adcf579..be150b8 100644
--- a/src/photos-offset-controller.c
+++ b/src/photos-offset-controller.c
@@ -68,7 +68,6 @@ photos_offset_controller_cursor_next (GObject *source_object, GAsyncResult *res,
     {
       priv->count = (gint) tracker_sparql_cursor_get_integer (cursor, 0);
       g_signal_emit (self, signals[COUNT_CHANGED], 0, priv->count);
-      return;
     }
 
   tracker_sparql_cursor_close (cursor);



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