summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel.c
diff options
context:
space:
mode:
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 3ad60b6..5718567 100644
--- a/src/gui/panels/panel.c
+++ b/src/gui/panels/panel.c
@@ -30,6 +30,7 @@
#include <sys/param.h>
+#include "glance.h"
#include "log.h"
#include "panel-int.h"
#include "strings.h"
@@ -360,6 +361,9 @@ void load_main_panels(GObject *ref)
item = create_strings_panel(ref);
g_panel_item_dock(item);
+ item = create_glance_panel(ref);
+ g_panel_item_dock(item);
+
}