From e819b8b64dc6559a4ef8516dcbce4430432ba61d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 15 Feb 2009 00:11:26 +0000 Subject: (do_action) add a FIXME note about offering to report the problem into bugzilla --- Rpmdrake/gui.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm index 44e2c88a..3f0ac5e7 100644 --- a/Rpmdrake/gui.pm +++ b/Rpmdrake/gui.pm @@ -806,6 +806,7 @@ sub do_action { my ($options, $callback_action, $o_info) = @_; my $res = eval { do_action__real($options, $callback_action, $o_info) }; my $err = $@; + # FIXME: offer to report the problem into bugzilla: if ($err && $err !~ /cancel_perform/) { interactive_msg(N("Fatal error"), N("A fatal error occurred: %s.", $err)); -- cgit v1.2.1