Minor bug fix for house system combo box

In case of a (theoretically impossible) negative value, the ID field
would have crashed the application
This commit is contained in:
2014-09-13 01:04:57 +02:00
parent 0fc538769c
commit 3445830a6d
2 changed files with 3 additions and 1 deletions

View File

@@ -717,7 +717,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="model">house_system_model</property>
<property name="id_column">0</property>
<property name="id_column">1</property>
</object>
<packing>
<property name="left_attach">5</property>