summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-03-03 13:35:15 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-03-03 13:35:15 +0100
commitfd5c97267cda4cfbc23e367fc1338aa0988a8b44 (patch)
treebb98c6f3fa9678600dcc36494870cc265513e6e6 /src/plugins
parentef96cd431369b2cf0dd640a0bb66be4fb029b9c0 (diff)
downloadabrt-fd5c97267cda4cfbc23e367fc1338aa0988a8b44.tar.gz
abrt-fd5c97267cda4cfbc23e367fc1338aa0988a8b44.tar.xz
abrt-fd5c97267cda4cfbc23e367fc1338aa0988a8b44.zip
remove FILENAME_REPRODUCE field. FILENAME_COMMENT should be used instead
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/abrt-action-bugzilla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/abrt-action-bugzilla.cpp b/src/plugins/abrt-action-bugzilla.cpp
index 2aa32b75..1a391ae9 100644
--- a/src/plugins/abrt-action-bugzilla.cpp
+++ b/src/plugins/abrt-action-bugzilla.cpp
@@ -854,7 +854,7 @@ static void report_to_bugzilla(
throw_if_xml_fault_occurred(&bz_server.env);
}
- char *dsc = make_description_reproduce_comment(crash_data);
+ char *dsc = make_description_comment(crash_data);
if (dsc)
{
const char* package = get_crash_item_content_or_NULL(crash_data, FILENAME_PACKAGE);