summaryrefslogtreecommitdiff
path: root/src/gui/editor.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-04 23:27:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-04 23:27:33 (GMT)
commit61299213a1426f4aed38278f29af6a22246d91f9 (patch)
tree6cf7385c2d3dd43acf720fb3aae166dc7e9ab052 /src/gui/editor.c
parentd1d91e68e9665db1808f31dc2310ba58ee5631fa (diff)
Ensured all panel accelerators get activated.
Diffstat (limited to 'src/gui/editor.c')
-rw-r--r--src/gui/editor.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c
index 9fffde8..faf98a4 100644
--- a/src/gui/editor.c
+++ b/src/gui/editor.c
@@ -347,8 +347,6 @@ GtkWidget *create_editor(void)
menuboard = g_editor_item_get_widget(editem);
gtk_box_pack_start(GTK_BOX(vbox1), menuboard, FALSE, FALSE, 0);
-
-
g_object_set_data(ref, "menuboard", menuboard);
gtk_widget_hide(menuboard);
@@ -367,8 +365,6 @@ GtkWidget *create_editor(void)
//_support = init_panels2(G_CALLBACK(on_dock_item_switch), ref);
gtk_box_pack_start(GTK_BOX(vbox1), _support, TRUE, TRUE, 0);
- /* ... = */load_all_gui_components();
-
} while(0);