diff options
author | Steve Zesch <[email protected]> | 2012-11-24 20:47:50 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-24 20:47:50 -0500 |
commit | 3e4dfc47e7803d16d14ffe655f9568871c4f2339 (patch) | |
tree | dd7b9139791c854ce92ab5b2334e0894dded34b1 /src/math-converter.c | |
parent | 6b24c91d3aa81fdb99500c8c2c12f830fabaefb6 (diff) | |
download | mate-calc-3e4dfc47e7803d16d14ffe655f9568871c4f2339.tar.bz2 mate-calc-3e4dfc47e7803d16d14ffe655f9568871c4f2339.tar.xz |
GTK2 support. Menu fix. Code cleanups.
Diffstat (limited to 'src/math-converter.c')
-rw-r--r-- | src/math-converter.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |