power: Disable Bluetooth switch for now

It's broken right now.
This commit is contained in:
Bastien Nocera 2013-01-15 15:48:53 +01:00
parent 6a3fec2521
commit 70d0eba50c

View file

@ -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