From 3e4dfc47e7803d16d14ffe655f9568871c4f2339 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Sat, 24 Nov 2012 20:47:50 -0500 Subject: GTK2 support. Menu fix. Code cleanups. --- src/math-converter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math-converter.c') diff --git a/src/math-converter.c b/src/math-converter.c index ff28500..2f543fe 100644 --- a/src/math-converter.c +++ b/src/math-converter.c @@ -391,7 +391,7 @@ math_converter_init(MathConverter *converter) gtk_box_set_spacing(GTK_BOX(converter), 6); - hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); + hbox = gtk_hbox_new(FALSE, 0); gtk_widget_show(hbox); gtk_box_pack_start(GTK_BOX(converter), hbox, FALSE, TRUE, 0); -- cgit v1.2.1