[gnome-control-center] online-accounts: The treeview should be in BROWSE mode and not SINGLE



commit c920ba6d4f7ce56d2e240929278f46ddd791b54a
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Jun 20 15:35:45 2012 +0200

    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

 panels/online-accounts/online-accounts.ui |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/panels/online-accounts/online-accounts.ui b/panels/online-accounts/online-accounts.ui
index 3f4df6c..fe9a091 100644
--- a/panels/online-accounts/online-accounts.ui
+++ b/panels/online-accounts/online-accounts.ui
@@ -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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]