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)



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to