summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-25 20:14:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-25 20:14:23 (GMT)
commite56a0553f710235d829f36b1edbf3cea00148a98 (patch)
treeaf79f4260929b75dc49aac38d6cee1210ed7c80e /src/gui/panels/panel.c
parent0bd8f885b20c1d660507c62e35410e2e5a958066 (diff)
Created an (empty) panel for evolution history.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@557 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 41d3b0a..8a46025 100644
--- a/src/gui/panels/panel.c
+++ b/src/gui/panels/panel.c
@@ -32,6 +32,7 @@
#include "bookmarks.h"
#include "glance.h"
+#include "history.h"
#include "log.h"
#include "panel-int.h"
#include "regedit.h"
@@ -383,6 +384,9 @@ void load_main_panels(GObject *ref)
item = create_symbols_panel(ref);
g_panel_item_dock(item);
+ item = create_history_panel(ref);
+ g_panel_item_dock(item);
+
item = create_strings_panel(ref);
g_panel_item_dock(item);