summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-08-19 22:40:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-08-19 22:40:33 (GMT)
commit09d07908465d462101d27ecb1b60df52d63bbe5d (patch)
treee9c8dc53425017efd68feee73ecf9587bd0ba196 /src/editor.c
parentb226ca8a19e746521f6f0c1e3b71deed7ea9ab2e (diff)
Rewritten a cleaner way to dock panels.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@261 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editor.c b/src/editor.c
index 3c861d1..81feb14 100644
--- a/src/editor.c
+++ b/src/editor.c
@@ -286,7 +286,7 @@ GtkWidget *create_editor(void)
menuboard = gtk_menu_bar_new();
gtk_widget_show(menuboard);
- gtk_box_pack_start(GTK_BOX(vbox1), menuboard, FALSE, FALSE, 0);
+ //gtk_box_pack_start(GTK_BOX(vbox1), menuboard, FALSE, FALSE, 0);
/* Affichage */
@@ -397,7 +397,7 @@ GtkWidget *create_editor(void)
-#if 1
+#if 0
vpaned1 = gtk_vpaned_new ();
gtk_widget_show (vpaned1);
//gtk_box_pack_start (GTK_BOX (vbox1), vpaned1, TRUE, TRUE, 0);