diff options
author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-16 17:54:20 +0200 |
---|---|---|
committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-16 17:54:20 +0200 |
commit | b67b664e6f3019a142996c5bdc3a2e8c32f4306a (patch) | |
tree | 95aaf34561d8abc9cd59da1229b4ff620ac194e0 /lib/Plugins/Bugzilla.cpp | |
parent | d71fe39576ded4e9567f5f938e9ef67183bb8afd (diff) | |
download | abrt-b67b664e6f3019a142996c5bdc3a2e8c32f4306a.tar.gz abrt-b67b664e6f3019a142996c5bdc3a2e8c32f4306a.tar.xz abrt-b67b664e6f3019a142996c5bdc3a2e8c32f4306a.zip |
- reporter plugins can tak an argiment
- added "Reporters" option which allows report basic info after a crash occurs
- fixed interface of plugins
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
-rw-r--r-- | lib/Plugins/Bugzilla.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index 2a1c1bb5..b4f44b04 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -162,7 +162,7 @@ void CReporterBugzilla::NewBug(const map_crash_report_t& pCrashReport) } -void CReporterBugzilla::Report(const map_crash_report_t& pCrashReport) +void CReporterBugzilla::Report(const map_crash_report_t& pCrashReport, const std::string& pArgs) { std::string package = pCrashReport.find(FILENAME_PACKAGE)->second[CD_CONTENT]; std::string component = package.substr(0, package.rfind("-", package.rfind("-")-1)); |