Make sure that width entry widget shows.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 4 Jul 2007 10:37:49 +0000 (10:37 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 4 Jul 2007 10:37:49 +0000 (10:37 +0000)
src/ui/gui/var-type-dialog.c

index bd4571283c271512638daed7575e786a885e8a37..ffaef9207054ffe03b31252c734bf7bbf51c4c01 100644 (file)
@@ -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);