aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--Rpmdrake/edit_urpm_sources.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3ef0a619..dabf4021 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
- prevent crashing in URPM when using --env with relative paths
+- edit-urpm-sources:
+ o do not use the same shortcut for "Add a specific "media mirror"
+ and "_Add a custom medium" menu entries (#46027)
Version 5.7 - 11 February 2009, Thierry Vignaud
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index b116e278..ae404b6e 100644
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -959,7 +959,7 @@ sub mainwindow() {
$mainw->{real_window},
[ N("/_File"), undef, undef, undef, '<Branch>' ],
[ N("/_File") . N("/_Update"), N("<control>U"), sub { update_callback() and $reread_media->() }, undef, '<Item>', ],
- [ N("/_File") . N("/Add a specific _media mirror"), N("<control>A"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '<Item>' ],
+ [ N("/_File") . N("/Add a specific _media mirror"), N("<control>M"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '<Item>' ],
[ N("/_File") . N("/_Add a custom medium"), N("<control>A"), sub { add_callback() and $reread_media->() }, undef, '<Item>' ],
[ N("/_File") . N("/Close"), N("<control>W"), sub { Gtk2->main_quit }, undef, '<Item>', ],
[ N("/_Options"), undef, undef, undef, '<Branch>' ],