From cb97c98086b17213f93f4e6588785f38787e9d6d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 24 Mar 2011 16:41:48 +0100 Subject: wizard: add keyboard accelerator for "Configure Events" buttons Signed-off-by: Denys Vlasenko --- src/daemon/abrt_event.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/daemon') diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf index 1f94533a..d9b87d5a 100644 --- a/src/daemon/abrt_event.conf +++ b/src/daemon/abrt_event.conf @@ -75,5 +75,5 @@ EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops EVENT=report_kerneloops.org analyzer=Kerneloops abrt-action-kerneloops -EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf -EVENT=report_Logger abrt-action-print -o "${Log_File:-/tmp/abrt.log}" +EVENT=report_Bugzilla analyzer=Python abrt-action-bugzilla -c /etc/abrt/plugins/Bugzilla.conf +EVENT=report_Logger abrt-action-print -o "${Log_File:-/tmp/abrt.log}" -a "${Append:-no}" -- cgit