[gnome-builder] context: init services after vcs



commit 1606210ed047e7c9413b1ba867aae375b386f9c7
Author: Christian Hergert <christian hergert me>
Date:   Mon Sep 21 01:28:28 2015 -0700

    context: init services after vcs
    
    This lets services get access to the working directory on startup, which
    is probably useful.

 libide/ide-context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-context.c b/libide/ide-context.c
index f678d0e..e5bbcb1 100644
--- a/libide/ide-context.c
+++ b/libide/ide-context.c
@@ -1372,9 +1372,9 @@ ide_context_init_async (GAsyncInitable      *initable,
                         cancellable,
                         callback,
                         user_data,
-                        ide_context_init_services,
                         ide_context_init_build_system,
                         ide_context_init_vcs,
+                        ide_context_init_services,
                         ide_context_init_project_name,
                         ide_context_init_back_forward_list,
                         ide_context_init_snippets,


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