[gnome-photos] view-model: Change a comment



commit 2357dd44996dcabb7b9d11d72c84ed40b1d64104
Author: Pranav Kant <pranav913 gmail com>
Date:   Wed Jan 21 20:17:17 2015 +0530

    view-model: Change a comment
    
    We don't have "Load More" button anymore.
    
    Fallout from 1d226d3d81a7ce0bda165bcc17f02ba540b70b24

 src/photos-view-model.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-view-model.c b/src/photos-view-model.c
index 0c66811..5eacf83 100644
--- a/src/photos-view-model.c
+++ b/src/photos-view-model.c
@@ -127,7 +127,7 @@ photos_view_model_add_item (PhotosViewModel *self, PhotosBaseItem *item)
   gint64 mtime;
 
   /* Update the count so that PhotosOffsetController has the correct
-   * values. Otherwise things like the "Load More" button and "No
+   * values. Otherwise things like loading more items and "No
    * Results" page will not work correctly.
    */
   photos_view_model_reset_count (self);
@@ -220,7 +220,7 @@ photos_view_model_object_removed (PhotosViewModel *self, GObject *object)
   PhotosBaseItem *item = PHOTOS_BASE_ITEM (object);
 
   /* Update the count so that PhotosOffsetController has the correct
-   * values. Otherwise things like the "Load More" button and "No
+   * values. Otherwise things like loading more items and "No
    * Results" page will not work correctly.
    */
   photos_view_model_reset_count (self);


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