[gnome-photos] view-container: Unbreak progressive loading of collection contents



commit d2d37775ad19e14dc56237c8bd8947cd84f1c63c
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Feb 14 23:01:55 2018 +0100

    view-container: Unbreak progressive loading of collection contents
    
    Fallout from ed3527538274ee3533b90e8b2719a15cb4a9acac
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786936

 src/photos-view-container.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/photos-view-container.c b/src/photos-view-container.c
index 949cbec1..3fccb91a 100644
--- a/src/photos-view-container.c
+++ b/src/photos-view-container.c
@@ -284,6 +284,7 @@ photos_view_container_window_mode_changed (PhotosViewContainer *self,
       g_assert_not_reached ();
       break;
 
+    case PHOTOS_WINDOW_MODE_COLLECTION_VIEW:
     case PHOTOS_WINDOW_MODE_COLLECTIONS:
     case PHOTOS_WINDOW_MODE_FAVORITES:
     case PHOTOS_WINDOW_MODE_OVERVIEW:
@@ -291,7 +292,6 @@ photos_view_container_window_mode_changed (PhotosViewContainer *self,
       photos_view_container_connect_view (self);
       break;
 
-    case PHOTOS_WINDOW_MODE_COLLECTION_VIEW:
     case PHOTOS_WINDOW_MODE_EDIT:
     case PHOTOS_WINDOW_MODE_PREVIEW:
     default:


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