From cd5abad1659316fa713bc9edf5db409004b00164 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 12 Feb 2009 10:30:50 +0000 Subject: (mainwindow) do not use the same shortcut for "Add a specific "media mirror" and "_Add a custom medium" menu entries (#46027) --- NEWS | 3 +++ Rpmdrake/edit_urpm_sources.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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, '' ], [ N("/_File") . N("/_Update"), N("U"), sub { update_callback() and $reread_media->() }, undef, '', ], - [ N("/_File") . N("/Add a specific _media mirror"), N("A"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '' ], + [ N("/_File") . N("/Add a specific _media mirror"), N("M"), sub { easy_add_callback_with_mirror() and $reread_media->() }, undef, '' ], [ N("/_File") . N("/_Add a custom medium"), N("A"), sub { add_callback() and $reread_media->() }, undef, '' ], [ N("/_File") . N("/Close"), N("W"), sub { Gtk2->main_quit }, undef, '', ], [ N("/_Options"), undef, undef, undef, '' ], -- cgit v1.2.1