1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-29 11:55:45 +01:00

changed DHCP client order in preferences dialog

This commit is contained in:
Adam Blackburn
2009-05-20 07:09:42 +08:00
parent 95a8261a49
commit 5837a1228e

View File

@@ -1138,7 +1138,7 @@ is already active.</property>
</widget> </widget>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="position">1</property> <property name="position">3</property>
</packing> </packing>
</child> </child>
<child> <child>
@@ -1153,7 +1153,7 @@ is already active.</property>
</widget> </widget>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="position">2</property> <property name="position">1</property>
</packing> </packing>
</child> </child>
<child> <child>
@@ -1168,7 +1168,7 @@ is already active.</property>
</widget> </widget>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="position">3</property> <property name="position">2</property>
</packing> </packing>
</child> </child>
</widget> </widget>