[gimp] Revert "app: initialize GEGL after showing the splash"



commit 7386ed4a19f09a30b5715c236b6ffe867a6b0afa
Author: Michael Natterer <mitch gimp org>
Date:   Fri Nov 11 12:34:10 2016 +0100

    Revert "app: initialize GEGL after showing the splash"
    
    This reverts commit 93da8ca8b6ad9407e4f07dee44d3c2813806f28f.

 app/app.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/app.c b/app/app.c
index 3573d4e..cec51e0 100644
--- a/app/app.c
+++ b/app/app.c
@@ -238,6 +238,9 @@ app_run (const gchar         *full_prog_name,
   /*  change the locale if a language if specified  */
   language_init (gimp->config->language);
 
+  /*  initialize lowlevel stuff  */
+  gimp_gegl_init (gimp);
+
   /*  Connect our restore_after callback before gui_init() connects
    *  theirs, so ours runs first and can grab the initial monitor
    *  before the GUI's restore_after callback resets it.
@@ -254,9 +257,6 @@ app_run (const gchar         *full_prog_name,
   if (! update_status_func)
     update_status_func = app_init_update_noop;
 
-  /*  initialize lowlevel stuff  */
-  gimp_gegl_init (gimp);
-
   /*  Create all members of the global Gimp instance which need an already
    *  parsed gimprc, e.g. the data factories
    */


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