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

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