diff options
| author | Jiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com> | 2009-11-01 23:25:19 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com> | 2009-11-01 23:25:19 +0100 |
| commit | 0586639caf9fd8218257a16006bb9783ee490102 (patch) | |
| tree | a4b8bc367598338161cf0ad85dcd21d8ecd91b52 /lib/Plugins/Catcut.cpp | |
| parent | 675f8db1c51c474db89e988c06ace1b13f99857d (diff) | |
| download | abrt-0586639caf9fd8218257a16006bb9783ee490102.tar.gz abrt-0586639caf9fd8218257a16006bb9783ee490102.tar.xz abrt-0586639caf9fd8218257a16006bb9783ee490102.zip | |
Hack to fix the problem with daemon remembering the last used settings
Diffstat (limited to 'lib/Plugins/Catcut.cpp')
| -rw-r--r-- | lib/Plugins/Catcut.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Plugins/Catcut.cpp b/lib/Plugins/Catcut.cpp index c833a57..5f0583f 100644 --- a/lib/Plugins/Catcut.cpp +++ b/lib/Plugins/Catcut.cpp @@ -298,7 +298,8 @@ CReporterCatcut::CReporterCatcut() : CReporterCatcut::~CReporterCatcut() {} -string CReporterCatcut::Report(const map_crash_report_t& pCrashReport, const string& pArgs) +string CReporterCatcut::Report(const map_crash_report_t& pCrashReport, + const map_plugin_settings_t& pSettings, const string& pArgs) { update_client(_("Creating new bug...")); try |
