[gnome-photos/wip/rishi/collection: 11/33] application: Create SearchContextState once Application is constructed



commit e4aef2cd2d6de94fba809b2aa76c8f99f02bd9b0
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 11 18:50:09 2018 +0100

    application: Create SearchContextState once Application is constructed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751212

 src/photos-application.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/photos-application.c b/src/photos-application.c
index b5082673..5f1fb47e 100644
--- a/src/photos-application.c
+++ b/src/photos-application.c
@@ -2255,6 +2255,8 @@ photos_application_constructed (GObject *object)
 
   G_OBJECT_CLASS (photos_application_parent_class)->constructed (object);
 
+  self->state = photos_search_context_state_new (PHOTOS_SEARCH_CONTEXT (self));
+
   app_id = g_application_get_application_id (G_APPLICATION (self));
   g_set_prgname (app_id);
 }
@@ -2373,7 +2375,6 @@ photos_application_init (PhotosApplication *self)
 
   photos_utils_ensure_builtins ();
 
-  self->state = photos_search_context_state_new (PHOTOS_SEARCH_CONTEXT (self));
   self->activation_timestamp = GDK_CURRENT_TIME;
 
   g_application_add_main_option_entries (G_APPLICATION (self), COMMAND_LINE_OPTIONS);


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