[POS-commit] r3235 - stoqlib/trunk/stoqlib/gui/slaves
Evandro Vale Miquelito
evandro at async.com.br
Thu Apr 6 11:55:12 BRT 2006
Author: evandro
Date: Thu Apr 6 11:55:12 2006
New Revision: 3235
Modified:
stoqlib/trunk/stoqlib/gui/slaves/price.py
Log:
s/new_model/set_model
Modified: stoqlib/trunk/stoqlib/gui/slaves/price.py
==============================================================================
--- stoqlib/trunk/stoqlib/gui/slaves/price.py (original)
+++ stoqlib/trunk/stoqlib/gui/slaves/price.py Thu Apr 6 11:55:12 2006
@@ -44,7 +44,7 @@
if self._proxy is None:
self._proxy = self.add_proxy(model, ("price",))
else:
- self._proxy.new_model(model)
+ self._proxy.set_model(model)
def get_widget(self):
return self.price
More information about the POS-commit
mailing list