1. remove wrap from bind in interface.xml

2. in MountPoint, add refresh ability
This commit is contained in:
Li Zhi
2010-08-24 08:34:28 +07:59
parent c2ec243021
commit 07ead0ed3c
6 changed files with 33 additions and 24 deletions

View File

@@ -386,7 +386,7 @@ row 2 | _______________ __________________ |
<grid_location row='1' column='1' rowspan='2'/>
<variable name='raid_devs' type='StringVar'/>
<action init='raid_device_init'/>
<binding sequence='ListboxSelect' function='raid_device_list_detail' wrap='double'/>
<binding sequence='&lt;&lt;ListboxSelect&gt;&gt;' function='raid_device_list_detail'/>
</widget>
</widget>
@@ -463,7 +463,7 @@ row 4 | |
<grid_location row='0' column='0' sticky='NSWE'/>
<variable name='mount.list' type='StringVar'/>
<action init='mount_list_init'/>
<binding sequence='ListboxSelect' function='mount_list_modify' wrap='double'/>
<binding sequence='&lt;&lt;ListboxSelect&gt;&gt;' function='mount_list_modify'/>
</widget>
<widget type='Scrollbar' name='mount.scroll.v'>
<widget_attribute orient='vertical'/>
@@ -608,7 +608,7 @@ row 4 | |
| _____________________________________________ |
| | _ _ _ | |
| | |_| optional 1 |_| optional 2 |_| optional 3| |
| |_____________________________________________| |
| |_____________________________________________| |
|________________________________________________________________________|
-->