commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r9258 - in trunk/gnue-forms/src: . GFObjects


From: reinhard
Subject: [gnue] r9258 - in trunk/gnue-forms/src: . GFObjects
Date: Thu, 11 Jan 2007 10:04:06 -0600 (CST)

Author: reinhard
Date: 2007-01-11 10:04:04 -0600 (Thu, 11 Jan 2007)
New Revision: 9258

Modified:
   trunk/gnue-forms/src/GFConfig.py
   trunk/gnue-forms/src/GFObjects/GFField.py
Log:
Removed unused config options.


Modified: trunk/gnue-forms/src/GFConfig.py
===================================================================
--- trunk/gnue-forms/src/GFConfig.py    2007-01-11 15:29:10 UTC (rev 9257)
+++ trunk/gnue-forms/src/GFConfig.py    2007-01-11 16:04:04 UTC (rev 9258)
@@ -38,22 +38,6 @@
     'Options'    : ['curses','wx','wx26','gtk2','qt3','html','win32'],
     'Default'    : 'wx' },
 
-  { 'Name'       : 'AllowNumericFormulas',
-    'Type'       : 'Setting',
-    'Comment'    : 'Allow formulas to be entered into numeric fields?',
-    'Description': 'Allow formulas to be entered into numeric fields?',
-    'Typecast'   : GTypecast.boolean,
-    'Default'    : True },
-
-  { 'Name'       : 'RememberLastQuery',
-    'Type'       : 'Setting',
-    'Comment'    : 'Remember last query entered.',
-    'Description': 'Remember last query entered. (If enabled, then the '
-                 + 'last values entered for a query can be retrieved by '
-                 + 'doing an Enter-Query twice).',
-    'Typecast'   : GTypecast.boolean,
-    'Default'    : True },
-
   { 'Name'       : 'checkboxTrue',
     'Type'       : 'Setting',
     'Comment'    : 'The default value stored in the database for True values.',

Modified: trunk/gnue-forms/src/GFObjects/GFField.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFField.py   2007-01-11 15:29:10 UTC (rev 
9257)
+++ trunk/gnue-forms/src/GFObjects/GFField.py   2007-01-11 16:04:04 UTC (rev 
9258)
@@ -147,7 +147,6 @@
 
         if self.datatype == 'number':
             self._numeric = True
-            self._allowFormulas = gConfigForms("AllowNumericFormulas")
 
         if self.case == 'upper':
             self._uppercase = True





reply via email to

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