From: John Darrington Date: Wed, 4 Jul 2007 10:37:49 +0000 (+0000) Subject: Make sure that width entry widget shows. X-Git-Tag: v0.6.0~413 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f01849cbcf47e69f57c7ab824cf8d18875b7076;p=pspp-builds.git Make sure that width entry widget shows. --- diff --git a/src/ui/gui/var-type-dialog.c b/src/ui/gui/var-type-dialog.c index bd457128..ffaef920 100644 --- a/src/ui/gui/var-type-dialog.c +++ b/src/ui/gui/var-type-dialog.c @@ -176,6 +176,7 @@ on_toggle_2 (GtkToggleButton *togglebutton, gpointer user_data) switch (dialog->active_button) { case BUTTON_STRING: + gtk_widget_show (dialog->entry_width); gtk_widget_show (dialog->width_decimals); gtk_widget_hide (dialog->label_decimals); gtk_widget_hide (dialog->entry_decimals);