aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-03 20:30:44 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-03 20:30:44 +0000
commitea9ef0a9cb11b718b1dc4e010b21850ad50f5ead (patch)
tree7134385a585816ed061288242733c92d53a6b949 /Rpmdrake/edit_urpm_sources.pm
parent1796ceef282e947df23d4ea440c277c740a1a0af (diff)
downloadrpmdrake-ea9ef0a9cb11b718b1dc4e010b21850ad50f5ead.tar
rpmdrake-ea9ef0a9cb11b718b1dc4e010b21850ad50f5ead.tar.gz
rpmdrake-ea9ef0a9cb11b718b1dc4e010b21850ad50f5ead.tar.bz2
rpmdrake-ea9ef0a9cb11b718b1dc4e010b21850ad50f5ead.tar.xz
rpmdrake-ea9ef0a9cb11b718b1dc4e010b21850ad50f5ead.zip
(get_medium_type) handle new "cdrom://" type
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rw-r--r--Rpmdrake/edit_urpm_sources.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index 3d6bc59b..fc618907 100644
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -58,6 +58,7 @@ my %col = (
sub get_medium_type {
my ($medium) = @_;
my %medium_type = (
+ cdrom => N("CD-ROM"),
ftp => N("FTP"),
file => N("Local"),
http => N("HTTP"),