commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src GFConfig.py


From: Jason Cater
Subject: gnue/forms/src GFConfig.py
Date: Mon, 17 Jun 2002 20:29:52 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Branch:         forms-0-3-patches
Changes by:     Jason Cater <address@hidden>    02/06/17 20:29:51

Modified files:
        forms/src      : GFConfig.py 

Log message:
        [ticket #61] Added default values for gnue.conf values checkboxTrue and 
checkboxFalse [backported to 0.3.x series]

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/GFConfig.py.diff?cvsroot=OldCVS&only_with_tag=forms-0-3-patches&tr1=1.7&tr2=1.7.2.1&r1=text&r2=text

Patches:
Index: gnue/forms/src/GFConfig.py
diff -c gnue/forms/src/GFConfig.py:1.7 gnue/forms/src/GFConfig.py:1.8
*** gnue/forms/src/GFConfig.py:1.7      Mon Jun  3 12:53:49 2002
--- gnue/forms/src/GFConfig.py  Mon Jun 17 20:29:26 2002
***************
*** 224,229 ****
--- 224,243 ----
      'Typecast'   : GTypecast.whole,
      'Default'    : 14 },
  
+   { 'Name'       : 'checkboxTrue',
+     'Type'       : 'Setting',
+     'Comment'    : 'The default value stored in the database for True values',
+     'Description': 'The default value stored in the database for True values',
+     'Typecast'   : GTypecast.text,
+     'Default'    : 'Y' },
+ 
+   { 'Name'       : 'checkboxFalse',
+     'Type'       : 'Setting',
+     'Comment'    : 'The default value stored in the database for false 
values',
+     'Description': 'The default value stored in the database for false 
values',
+     'Typecast'   : GTypecast.text,
+     'Default'    : 'N' },
+ 
    #
    # Do not alter below here unless you really, really want to (and you know 
what you are doing)
    #



reply via email to

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