aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index e575cfd9..aa9eef7c 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -725,6 +725,7 @@ sub update_sources {
Gtk2::Button->new(N("Cancel")),
clicked => sub {
$cancel = 1;
+ $urpm->{error}->(N("Canceled"));
$w and $w->destroy;
},
),