Blame SOURCES/0003-don-t-offer-uploading-on-failure-in-report-gtk.patch

28bab8
From 5dcccd8af2cf36257d43450f1459175a7b579526 Mon Sep 17 00:00:00 2001
28bab8
From: Jakub Filak <jfilak@redhat.com>
28bab8
Date: Wed, 8 Jan 2014 17:11:20 +0100
28bab8
Subject: [LIBREPORT PATCH 3/6] don't offer uploading on failure in report-gtk
28bab8
28bab8
Signed-off-by: Jakub Filak <jfilak@redhat.com>
28bab8
---
28bab8
 src/gui-wizard-gtk/wizard.c | 7 -------
28bab8
 1 file changed, 7 deletions(-)
28bab8
28bab8
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
28bab8
index 3faa8e8..e962c11 100644
28bab8
--- a/src/gui-wizard-gtk/wizard.c
28bab8
+++ b/src/gui-wizard-gtk/wizard.c
28bab8
@@ -1719,14 +1719,7 @@ _("Processing of the problem failed. This can have many reasons but there are tw
28bab8
 "\t▫ network connection problems\n"\
28bab8
 "\t▫ corrupted problem data\n"));
28bab8
 
28bab8
-    add_warning(
28bab8
-_("If you want to help us, please click on the upload button and provide all problem data for a deep analysis.\n"\
28bab8
-"Before you do that, please consider the security risks. Problem data may contain sensitive information like passwords.\n"\
28bab8
-"The uploaded data are stored in a protected storage and only a limited number of persons can read them."));
28bab8
-
28bab8
     show_warnings();
28bab8
-
28bab8
-    gtk_widget_show(g_btn_onfail);
28bab8
 }
28bab8
 
28bab8
 static gboolean consume_cmd_output(GIOChannel *source, GIOCondition condition, gpointer data)
28bab8
-- 
28bab8
1.8.3.1
28bab8