[gnome-control-center] privacy: Disable the software usage reporting due to various bugs
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] privacy: Disable the software usage reporting due to various bugs
- Date: Thu, 13 Mar 2014 14:26:59 +0000 (UTC)
commit e2c0fd8f8abf3f8a7fdcd20375a5d3ea76bfa69b
Author: Richard Hughes <richard hughsie com>
Date: Thu Mar 13 14:26:47 2014 +0000
privacy: Disable the software usage reporting due to various bugs
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=726234
panels/privacy/cc-privacy-panel.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index 258c756..835cb54 100644
--- a/panels/privacy/cc-privacy-panel.c
+++ b/panels/privacy/cc-privacy-panel.c
@@ -574,6 +574,10 @@ add_software (CcPrivacyPanel *self)
GtkWidget *w;
GtkWidget *dialog;
+ /* disable until all the points on the bug are fixed:
+ * https://bugzilla.gnome.org/show_bug.cgi?id=726234 */
+ return;
+
w = get_on_off_label (self->priv->privacy_settings, SEND_SOFTWARE_USAGE_STATS);
add_row (self, _("Software Usage"), "software_dialog", w);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]