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:
Cole Robinson 2020-01-29 16:20:33 -05:00
parent 140a1f3b15
commit d15eafc9d6

View File

@ -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">