summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-07-10 14:47:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-07-10 14:47:37 (GMT)
commitdb863244b804cbf4c06399f7c6f8241d91c9ee9b (patch)
treeda7cc911b0f10c5122536271235ab68f2202804a /src/gui/panels/panel.c
parente8aa314462196cc9e8461ae23eb13f8bffcc983f (diff)
Fully rewritten the core configuration system.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@381 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/panels/panel.c')
-rw-r--r--src/gui/panels/panel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/panels/panel.c b/src/gui/panels/panel.c
index 9a1e1c2..5a7fc53 100644
--- a/src/gui/panels/panel.c
+++ b/src/gui/panels/panel.c
@@ -33,6 +33,7 @@
#include "glance.h"
#include "log.h"
#include "panel-int.h"
+#include "regedit.h"
#include "strings.h"
#include "symbols.h"
#include "welcome.h"
@@ -372,6 +373,9 @@ void load_main_panels(GObject *ref)
g_signal_connect(_nodes->station, "dock-widget",
G_CALLBACK(on_docking_to_main_panel), NULL);
+ item = create_regedit_panel(ref);
+ g_panel_item_dock(item);
+
item = create_log_panel(ref);
g_panel_item_dock(item);