[gnome-builder/wip/plugins] build: we can drop gb-editor-workspace now



commit 447002395fbb6e50c3f5265d9ce6228af7a72f57
Author: Christian Hergert <christian hergert me>
Date:   Thu Jun 11 16:26:45 2015 -0700

    build: we can drop gb-editor-workspace now
    
    The only missing thing from here is the show help code, which we can solve
    with plugins shortly.

 src/editor/gb-editor-workspace.c           |  531 ----------------------------
 src/editor/gb-editor-workspace.h           |   39 --
 src/project-tree/gb-project-tree-actions.c |    5 +-
 src/project-tree/gb-project-tree-builder.c |    1 -
 src/workbench/gb-workbench-private.h       |    4 +-
 5 files changed, 4 insertions(+), 576 deletions(-)
---
diff --git a/src/project-tree/gb-project-tree-actions.c b/src/project-tree/gb-project-tree-actions.c
index 353e16b..09ad861 100644
--- a/src/project-tree/gb-project-tree-actions.c
+++ b/src/project-tree/gb-project-tree-actions.c
@@ -22,7 +22,6 @@
 #include <gio/gdesktopappinfo.h>
 #include <vte/vte.h>
 
-#include "gb-editor-workspace.h"
 #include "gb-file-manager.h"
 #include "gb-new-file-popover.h"
 #include "gb-project-tree.h"
@@ -217,7 +216,7 @@ gb_project_tree_actions_open_containing_folder (GSimpleAction *action,
                                                 GVariant      *variant,
                                                 gpointer       user_data)
 {
-  GbEditorWorkspace *self = user_data;
+  GbProjectTree *self = user_data;
   GbTreeNode *selected;
   GObject *item;
   GFile *file;
@@ -289,7 +288,7 @@ gb_project_tree_actions_open_in_terminal (GSimpleAction *action,
                                           GVariant      *variant,
                                           gpointer       user_data)
 {
-  GbEditorWorkspace *self = user_data;
+  GbProjectTree *self = user_data;
   GbTreeNode *selected;
   GObject *item;
   GFile *file;
diff --git a/src/project-tree/gb-project-tree-builder.c b/src/project-tree/gb-project-tree-builder.c
index 71fa562..54fd7e3 100644
--- a/src/project-tree/gb-project-tree-builder.c
+++ b/src/project-tree/gb-project-tree-builder.c
@@ -18,7 +18,6 @@
 
 #include <glib/gi18n.h>
 
-#include "gb-editor-workspace.h"
 #include "gb-project-tree-builder.h"
 #include "gb-tree.h"
 #include "gb-widget.h"
diff --git a/src/workbench/gb-workbench-private.h b/src/workbench/gb-workbench-private.h
index 0379eb1..da7a349 100644
--- a/src/workbench/gb-workbench-private.h
+++ b/src/workbench/gb-workbench-private.h
@@ -19,16 +19,16 @@
 #ifndef GB_WORKBENCH_PRIVATE_H
 #define GB_WORKBENCH_PRIVATE_H
 
+#include <gedit-menu-stack-switcher.h>
 #include <gtk/gtk.h>
 #include <libpeas/peas.h>
 #include <ide.h>
 
-#include "gb-editor-workspace.h"
 #include "gb-project-tree.h"
 #include "gb-search-box.h"
 #include "gb-view-grid.h"
 #include "gb-workbench-types.h"
-#include "gedit-menu-stack-switcher.h"
+#include "gb-workspace.h"
 
 G_BEGIN_DECLS
 


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