aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-06 13:24:18 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-06 13:24:18 +0000
commit813d42986b19144c5f9268e52c840c53c2eaeddd (patch)
tree315e3d00847df53d375c50ab7e265ce03fa86fb4 /Rpmdrake/edit_urpm_sources.pm
parent28574ea8c328a5f5138fefb818f2e59d5b6e2532 (diff)
downloadrpmdrake-813d42986b19144c5f9268e52c840c53c2eaeddd.tar
rpmdrake-813d42986b19144c5f9268e52c840c53c2eaeddd.tar.gz
rpmdrake-813d42986b19144c5f9268e52c840c53c2eaeddd.tar.bz2
rpmdrake-813d42986b19144c5f9268e52c840c53c2eaeddd.tar.xz
rpmdrake-813d42986b19144c5f9268e52c840c53c2eaeddd.zip
(edit_callback) kill a comment
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rwxr-xr-xRpmdrake/edit_urpm_sources.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index ca2305b7..339acbb7 100755
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -400,7 +400,7 @@ sub downwards_callback() {
#- returns the name of the media for which edition failed, or undef on success
sub edit_callback() {
- my ($row) = selected_rows(); # selrow
+ my ($row) = selected_rows();
$row == -1 and return;
my $medium = $urpm->{media}[$row];
my $config = urpm::cfg::load_config_raw($urpm->{config}, 1);