From 813d42986b19144c5f9268e52c840c53c2eaeddd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 6 Mar 2007 13:24:18 +0000 Subject: (edit_callback) kill a comment --- Rpmdrake/edit_urpm_sources.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake/edit_urpm_sources.pm') 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); -- cgit v1.2.1