[gnome-control-center] privacy: Turn off selection



commit 435094c23f1f5e991a0e19c428cbf956a9fed6c1
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 4 23:35:34 2012 -0500

    privacy: Turn off selection
    
    No selection needed here.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689607

 panels/privacy/cc-privacy-panel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index 25ea9d6..b44e666 100644
--- a/panels/privacy/cc-privacy-panel.c
+++ b/panels/privacy/cc-privacy-panel.c
@@ -664,6 +664,7 @@ cc_privacy_panel_init (CcPrivacyPanel *self)
 
   scrolled_window = WID ("scrolled_window");
   widget = GTK_WIDGET (egg_list_box_new ());
+  egg_list_box_set_selection_mode (EGG_LIST_BOX (widget), GTK_SELECTION_NONE);
   egg_list_box_add_to_scrolled (EGG_LIST_BOX (widget), GTK_SCROLLED_WINDOW (scrolled_window));
   self->priv->list_box = widget;
   gtk_widget_show (widget);



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