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

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