commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8501 - trunk/gnue-reports/src/adapters/destinations/printer


From: btami
Subject: [gnue] r8501 - trunk/gnue-reports/src/adapters/destinations/printer
Date: Tue, 20 Jun 2006 14:44:39 -0500 (CDT)

Author: btami
Date: 2006-06-20 14:44:39 -0500 (Tue, 20 Jun 2006)
New Revision: 8501

Modified:
   trunk/gnue-reports/src/adapters/destinations/printer/bsd.py
Log:
use proper gConfig

Modified: trunk/gnue-reports/src/adapters/destinations/printer/bsd.py
===================================================================
--- trunk/gnue-reports/src/adapters/destinations/printer/bsd.py 2006-06-20 
09:41:58 UTC (rev 8500)
+++ trunk/gnue-reports/src/adapters/destinations/printer/bsd.py 2006-06-20 
19:44:39 UTC (rev 8501)
@@ -66,7 +66,7 @@
 
     print_to = string.replace(string.replace(self.destination, "`",""),';','')
 
-    command = (gConfig('LprCommand') + " %s") % (print_to, file)
+    command = (gConfigReports('LprCommand') + " %s") % (print_to, file)
     assert gDebug(3,'Printing using command: %s' % command)
     os.system(command)
     self.deleteTempFile(self.tempfile)





reply via email to

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