[gnome-builder] app: avoid early startup of project scanning



commit 27a6c6cfb7a1f4d48b6e80e6239cd4a7c1118313
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jun 30 14:09:34 2016 -0700

    app: avoid early startup of project scanning
    
    Be more lazy about scanning project folders now that we have a way to avoid
    it on startup.

 libide/application/ide-application.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/libide/application/ide-application.c b/libide/application/ide-application.c
index bf9a58e..3ad8082 100644
--- a/libide/application/ide-application.c
+++ b/libide/application/ide-application.c
@@ -370,14 +370,6 @@ ide_application_startup (GApplication *application)
       modeline_parser_init ();
     }
 
-  if (self->mode == IDE_APPLICATION_MODE_PRIMARY)
-    {
-      /*
-       * Start loading recent projects as early as we can.
-       */
-      (void)ide_application_get_recent_projects (self);
-    }
-
   _ide_battery_monitor_init ();
 
   G_APPLICATION_CLASS (ide_application_parent_class)->startup (application);


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