diff options
Diffstat (limited to 'Rpmdrake/gui.pm')
-rw-r--r-- | Rpmdrake/gui.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |