commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7380 - trunk/gnue-reports/src/base


From: btami
Subject: [gnue] r7380 - trunk/gnue-reports/src/base
Date: Fri, 15 Apr 2005 13:04:44 -0500 (CDT)

Author: btami
Date: 2005-04-15 13:04:43 -0500 (Fri, 15 Apr 2005)
New Revision: 7380

Modified:
   trunk/gnue-reports/src/base/GRConfig.py
Log:
restored some (TODO) config options

Modified: trunk/gnue-reports/src/base/GRConfig.py
===================================================================
--- trunk/gnue-reports/src/base/GRConfig.py     2005-04-15 17:57:19 UTC (rev 
7379)
+++ trunk/gnue-reports/src/base/GRConfig.py     2005-04-15 18:04:43 UTC (rev 
7380)
@@ -42,6 +42,27 @@
     'Typecast'   :  GTypecast.text,
     'Default'    : 'report-filters.conf' },
 
+  { 'Name'       : 'DefaultDestinationType',
+    'Type'       : 'Setting',
+    'Comment'    : 'The default destination type if none specified on command 
line.',
+    'Description': 'The default destination type if none specified on command 
line.',
+    'Typecast'   :  GTypecast.text,
+    'Default'    : 'printer' },
+
+  { 'Name'       : 'DefaultDestination',
+    'Type'       : 'Setting',
+    'Comment'    : 'The default destination if none specified on command 
line.',
+    'Description': 'The default destination if none specified on command 
line.',
+    'Typecast'   :  GTypecast.text,
+    'Default'    : 'lp' },
+
+  { 'Name'       : 'DefaultFilter',
+    'Type'       : 'Setting',
+    'Comment'    : 'The default filter if none specified on command line.',
+    'Description': 'The default filter if none specified on command line.',
+    'Typecast'   :  GTypecast.text,
+    'Default'    : 'text' },
+
   { 'Name'       : 'FileAdapter',
     'Type'       : 'Setting',
     'Comment'    : 'The default adapter for -D file.',





reply via email to

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