mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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:
parent
ea4f6f4ed3
commit
a7a0e316cf
1
AUTHORS
1
AUTHORS
@ -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...>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user