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:
Debarshi Ray 2012-06-20 15:35:45 +02:00
parent 03ccd9d780
commit c920ba6d4f

View file

@ -31,7 +31,9 @@
<property name="show_expanders">False</property> <property name="show_expanders">False</property>
<property name="level_indentation">12</property> <property name="level_indentation">12</property>
<child internal-child="selection"> <child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection"/> <object class="GtkTreeSelection" id="treeview-selection">
<property name="mode">browse</property>
</object>
</child> </child>
</object> </object>
</child> </child>