online-accounts: The treeview should be in BROWSE mode and not SINGLE
This ensures that if there are configured accounts, then atleast one of them will stay selected. Fixes: https://bugzilla.gnome.org/672421
This commit is contained in:
parent
03ccd9d780
commit
c920ba6d4f
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@
|
|||
<property name="show_expanders">False</property>
|
||||
<property name="level_indentation">12</property>
|
||||
<child internal-child="selection">
|
||||
<object class="GtkTreeSelection" id="treeview-selection"/>
|
||||
<object class="GtkTreeSelection" id="treeview-selection">
|
||||
<property name="mode">browse</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
|
|
Loading…
Add table
Reference in a new issue