[gnome-control-center] power: Disable Bluetooth switch for now



commit 70d0eba50c8ffb035b25f3134269c19ff0cab133
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 15 15:48:53 2013 +0100

    power: Disable Bluetooth switch for now
    
    It's broken right now.

 panels/power/cc-power-panel.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/panels/power/cc-power-panel.c b/panels/power/cc-power-panel.c
index b8d4c26..aa7fd86 100644
--- a/panels/power/cc-power-panel.c
+++ b/panels/power/cc-power-panel.c
@@ -28,9 +28,15 @@
 #include "egg-list-box/egg-list-box.h"
 
 #ifdef HAVE_BLUETOOTH
-#include <bluetooth-client.h>
+/* Handling is broken:
+ * https://bugzilla.gnome.org/show_bug.cgi?id=691730
+ * https://bugzilla.gnome.org/show_bug.cgi?id=691151
+ * #include <bluetooth-client.h> */
+#undef HAVE_BLUETOOTH
 #endif
 
+
+
 #ifdef HAVE_NETWORK_MANAGER
 #include <nm-client.h>
 #endif



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