Blame SOURCES/0119-ureport-uReport_ContactEmail-setting-can-be-left-emp.patch

562801
From ab264f895bfebe8dd2b25c754cac79e7d829e738 Mon Sep 17 00:00:00 2001
562801
From: Jakub Filak <jfilak@redhat.com>
562801
Date: Thu, 27 Nov 2014 09:14:46 +0100
562801
Subject: [LIBREPORT PATCH 119/119] ureport: uReport_ContactEmail setting can
562801
 be left empty
562801
562801
Related: #1150388
562801
562801
Signed-off-by: Jakub Filak <jfilak@redhat.com>
562801
---
562801
 src/plugins/report_uReport.xml.in | 1 +
562801
 1 file changed, 1 insertion(+)
562801
562801
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
562801
index e91b129..63dfc22 100644
562801
--- a/src/plugins/report_uReport.xml.in
562801
+++ b/src/plugins/report_uReport.xml.in
562801
@@ -16,6 +16,7 @@
562801
         <option type="text" name="uReport_ContactEmail">
562801
             <_label>Contact email address</_label>
562801
             <_description>Email address that can be used by ABRT server to inform you about news and updates</_description>
562801
+            <allow-empty>yes</allow-empty>
562801
         </option>
562801
         <option type="bool" name="uReport_SSLVerify">
562801
             <_label>Verify SSL</_label>
562801
-- 
562801
1.8.3.1
562801