mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
ui: manager: Don't allow de-selecting rows
We should always have something selected, there's not really any point to allow de-selecting a row that I can think of, and it brings up some weird menu UI. https://bugzilla.redhat.com/show_bug.cgi?id=1679577 Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
140a1f3b15
commit
d15eafc9d6
@ -395,7 +395,9 @@
|
||||
<signal name="key-press-event" handler="on_vm_list_key_press_event" swapped="no"/>
|
||||
<signal name="row-activated" handler="on_vm_list_row_activated" swapped="no"/>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
||||
<object class="GtkTreeSelection" id="treeview-selection1">
|
||||
<property name="mode">browse</property>
|
||||
</object>
|
||||
</child>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="vm-list-atkobject">
|
||||
|
Loading…
Reference in New Issue
Block a user