[gnome-builder/wip/gtk4-port: 706/1774] libide/editor: register workspace type at startup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 706/1774] libide/editor: register workspace type at startup
- Date: Mon, 11 Jul 2022 22:31:21 +0000 (UTC)
commit db18b4332c51fe1ac3d55c709d81ced88ced7e26
Author: Christian Hergert <chergert redhat com>
Date: Fri Apr 22 16:12:49 2022 -0700
libide/editor: register workspace type at startup
src/libide/editor/ide-editor-init.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/libide/editor/ide-editor-init.c b/src/libide/editor/ide-editor-init.c
index 78ce52a2f..53006395a 100644
--- a/src/libide/editor/ide-editor-init.c
+++ b/src/libide/editor/ide-editor-init.c
@@ -24,9 +24,11 @@
#include "ide-editor-page.h"
#include "ide-editor-private.h"
+#include "ide-editor-workspace.h"
void
_ide_editor_init (void)
{
g_type_ensure (IDE_TYPE_EDITOR_PAGE);
+ g_type_ensure (IDE_TYPE_EDITOR_WORKSPACE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]