pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/ui/gui var-type-dialog.c


From: John Darrington
Subject: [Pspp-cvs] pspp/src/ui/gui var-type-dialog.c
Date: Wed, 04 Jul 2007 10:37:49 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/07/04 10:37:49

Modified files:
        src/ui/gui     : var-type-dialog.c 

Log message:
        Make sure that width entry widget shows.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/var-type-dialog.c?cvsroot=pspp&r1=1.16&r2=1.17

Patches:
Index: var-type-dialog.c
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/var-type-dialog.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- var-type-dialog.c   13 Apr 2007 11:24:01 -0000      1.16
+++ var-type-dialog.c   4 Jul 2007 10:37:49 -0000       1.17
@@ -176,6 +176,7 @@
   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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]