[POS-commit] r1307 - stoq/trunk/stoq/gui/editors/glade
Evandro Vale Miquelito
evandro at async.com.br
Thu Sep 29 15:00:38 BRT 2005
Author: evandro
Date: Thu Sep 29 15:00:37 2005
New Revision: 1307
Modified:
stoq/trunk/stoq/gui/editors/glade/ServiceItemEditor.glade
Log:
Fixing a wrong model attribute in ServiceItemEditor
Modified: stoq/trunk/stoq/gui/editors/glade/ServiceItemEditor.glade
==============================================================================
--- stoq/trunk/stoq/gui/editors/glade/ServiceItemEditor.glade (original)
+++ stoq/trunk/stoq/gui/editors/glade/ServiceItemEditor.glade Thu Sep 29 15:00:37 2005
@@ -10,7 +10,7 @@
<child>
<widget class="kiwi+ui+widgets+label+Label" id="service_name_label">
<property name="data_type">str</property>
- <property name="model_attribute">description</property>
+ <property name="model_attribute">sellable.description</property>
<property name="xalign">0.0</property>
</widget>
<packing>
@@ -40,6 +40,7 @@
<child>
<widget class="kiwi+ui+widgets+entry+Entry" id="estimated_fix_date">
<property name="data_type">date</property>
+ <property name="is_focus">True</property>
<property name="model_attribute">estimated_fix_date</property>
<property name="width_chars">10</property>
<property name="xalign">1.0</property>
More information about the POS-commit
mailing list