[ABRT PATCH] use worflows instead of hardcoded event list related rhbz#866027

Jiri Moskovcak jmoskovc at redhat.com
Mon Jul 15 12:40:15 UTC 2013


Signed-off-by: Jiri Moskovcak <jmoskovc at redhat.com>
---
 src/plugins/ccpp_event.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/ccpp_event.conf b/src/plugins/ccpp_event.conf
index aa8cdb3..1dacbeb 100644
--- a/src/plugins/ccpp_event.conf
+++ b/src/plugins/ccpp_event.conf
@@ -90,7 +90,7 @@ EVENT=analyze_CCpp analyzer=CCpp
 
 # Reporting of C/Cpp problems
 EVENT=report-gui analyzer=CCpp
-        report-gtk -e report_uReport -e analyze_CCpp -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+        report-gtk -- "$DUMP_DIR"
 
 EVENT=report-cli analyzer=CCpp
         report-cli -e report_uReport -e analyze_CCpp -e report_Bugzilla -e post_report -- "$DUMP_DIR"
-- 
1.8.3.1



More information about the Crash-catcher mailing list