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

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