[gnome-bluetooth] properties: Don't show the "connected" column



commit 164a5a8b160b6fcc83bb32cfc675fc9cb4fe79e9
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Feb 22 02:29:11 2011 +0000

    properties: Don't show the "connected" column
    
    In the devices list.

 properties/cc-bluetooth-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/cc-bluetooth-panel.c b/properties/cc-bluetooth-panel.c
index 6d676cc..731d7a3 100644
--- a/properties/cc-bluetooth-panel.c
+++ b/properties/cc-bluetooth-panel.c
@@ -339,7 +339,7 @@ cc_bluetooth_panel_init (CcBluetoothPanel *self)
 		      "show-device-type", FALSE,
 		      "show-device-category", FALSE,
 		      "show-pairing", FALSE,
-		      "show-connected", TRUE,
+		      "show-connected", FALSE,
 		      "device-category-filter", BLUETOOTH_CATEGORY_PAIRED_OR_TRUSTED,
 		      NULL);
 	column = bluetooth_chooser_get_type_column (BLUETOOTH_CHOOSER (self->priv->chooser));



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