[POS-commit] r1772 - stoq/trunk/stoq/gui/pos
Johan Dahlin
jdahlin at async.com.br
Mon Dec 5 11:43:46 BRST 2005
Author: jdahlin
Date: Mon Dec 5 11:43:46 2005
New Revision: 1772
Modified:
stoq/trunk/stoq/gui/pos/pos.py
Log:
one more instance variable -> class variable
Modified: stoq/trunk/stoq/gui/pos/pos.py
==============================================================================
--- stoq/trunk/stoq/gui/pos/pos.py (original)
+++ stoq/trunk/stoq/gui/pos/pos.py Mon Dec 5 11:43:46 2005
@@ -104,9 +104,9 @@
table.delete(item.id, connection=self.conn)
def _setup_proxies(self):
- self.client_proxy = self.add_proxy(widgets=self.client_widgets)
+ self.client_proxy = self.add_proxy(widgets=POSApp.client_widgets)
self.product_proxy = self.add_proxy(FancyProduct(),
- self.product_widgets)
+ POSApp.product_widgets)
def _setup_client_entry(self):
# TODO Waiting for improvements in kiwi entry completion. We need a
More information about the POS-commit
mailing list