virt-manager: Fix Mode hotkey problem in FS page

Mode label in FS page should be associated with the
fs-mode-combo, but its erronesouly is associated with
fs-type-combo, fixing that here.

Signed-off-by: Deepak C Shetty <deepakcs@linux.vnet.ibm.com>
This commit is contained in:
Deepak C Shetty 2012-01-03 14:52:43 +05:30 committed by Cole Robinson
parent ea4f6f4ed3
commit a7a0e316cf
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ Further patches have been submitted by:
Miklos Vajna <vmiklos-at-frugalware-dot-org>
Lars Sjostrom <lars-at-radicore-dot-se>
Jim Fehlig <jfehlig-at-suse-dot-com>
Deepak C Shetty <deepakcs-at-linux-dot-vnet-dot-ibm-dot-com>
<...send a patch & get your name here...>

View File

@ -2081,7 +2081,7 @@ access in the guest.</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">_Mode:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">fs-type-combo</property>
<property name="mnemonic_widget">fs-mode-combo</property>
</widget>
<packing>
<property name="top_attach">1</property>