[gnome-builder/editor-layout] editor: bring back file loading



commit 47bb5a2584f09d99d3a94b39e0ca402bb29d3d08
Author: Christian Hergert <christian hergert me>
Date:   Sun Nov 30 04:38:52 2014 -0800

    editor: bring back file loading

 src/editor/gb-editor-workspace.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/editor/gb-editor-workspace.c b/src/editor/gb-editor-workspace.c
index 3f3f81b..d8254f1 100644
--- a/src/editor/gb-editor-workspace.c
+++ b/src/editor/gb-editor-workspace.c
@@ -34,7 +34,6 @@ void
 gb_editor_workspace_open (GbEditorWorkspace *workspace,
                           GFile             *file)
 {
-#if 0
   GbEditorTab *tab;
 
   g_return_if_fail (GB_IS_EDITOR_WORKSPACE (workspace));
@@ -48,7 +47,6 @@ gb_editor_workspace_open (GbEditorWorkspace *workspace,
   gb_tab_grid_focus_tab (workspace->priv->tab_grid, GB_TAB (tab));
 
   gb_editor_tab_open_file (tab, file);
-#endif
 }
 
 static void


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