diff options
author | Thierry Vignaud <tv@mandriva.org> | 2006-08-28 12:46:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2006-08-28 12:46:27 +0000 |
commit | a63224064256b4a3fe9415f9dc5a036c3c1d3aec (patch) | |
tree | 64a980b9e1e29c5ac241992f187491a0c6ee689b | |
parent | 2665ff7676e2f248a0349330040f8ce1c102b24b (diff) | |
download | rpmdrake-a63224064256b4a3fe9415f9dc5a036c3c1d3aec.tar rpmdrake-a63224064256b4a3fe9415f9dc5a036c3c1d3aec.tar.gz rpmdrake-a63224064256b4a3fe9415f9dc5a036c3c1d3aec.tar.bz2 rpmdrake-a63224064256b4a3fe9415f9dc5a036c3c1d3aec.tar.xz rpmdrake-a63224064256b4a3fe9415f9dc5a036c3c1d3aec.zip |
add a "Media Manager" entry
-rwxr-xr-x | rpmdrake | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1203,6 +1203,9 @@ Is it ok to continue?", #[ N("/_View"), undef, undef, undef, '<Branch>' ], if_(!$>, [ N("/_Options"), undef, undef, undef, '<Branch>' ], + [ N("/_Options") . N("/_Media Manager"), undef, sub { + run_program::raw({ detach => 1 }, 'edit-urpm-sources.pl'); + }, undef, '<Item>' ], [ N("/_Options") . N("/_Show automatically selected packages"), undef, sub { $dont_show_selections = !$checkbox_show_autoselect->get_active; }, undef, '<CheckItem>' ], |