summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-07 03:40:59 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-07 03:40:59 (GMT)
commit8dc29e0202fb48c078aebf271b31e903a1076d95 (patch)
tree6c0dc33a9ddc7ce1fcee675df16fb70a785af95c /Smoke/gtk.c
parent5297d5f9565da695a6a9891f829118ecaea6ad8a (diff)
download2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.zip
2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.tar.gz
2iv35-8dc29e0202fb48c078aebf271b31e903a1076d95.tar.bz2
more normal drawing
Diffstat (limited to 'Smoke/gtk.c')
-rw-r--r--Smoke/gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Smoke/gtk.c b/Smoke/gtk.c
index bd04a8b..fc2971a 100644
--- a/Smoke/gtk.c
+++ b/Smoke/gtk.c
@@ -794,7 +794,7 @@ create_window (GdkGLConfig *glconfig, struct vis_data_arrays *vis_data)
notebook_page_label = gtk_label_new("Isolines");
gtk_widget_show(notebook_page_label);
-// notebook_page = create_isolines_page();
+ notebook_page = create_isolines_page();
gtk_widget_show(notebook_page);
gtk_notebook_append_page(GTK_NOTEBOOK(settings_notebook), notebook_page, notebook_page_label);