aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-08-08 11:47:54 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-08-08 11:47:54 +0000
commitc01435390c577968210157a6d6a54c77202698ac (patch)
treee6898de26bc00f29f4591c87cd8340a12f7685ef
parent9c463ebc5ae58555b521342d100351bed1b39971 (diff)
downloadrpmdrake-c01435390c577968210157a6d6a54c77202698ac.tar
rpmdrake-c01435390c577968210157a6d6a54c77202698ac.tar.gz
rpmdrake-c01435390c577968210157a6d6a54c77202698ac.tar.bz2
rpmdrake-c01435390c577968210157a6d6a54c77202698ac.tar.xz
rpmdrake-c01435390c577968210157a6d6a54c77202698ac.zip
don't forget to activate hdlist entry when populating with a
security mirror
-rwxr-xr-xedit-urpm-sources.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index 8186d41d..2ff37a8e 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -82,6 +82,8 @@ sub add_callback {
my ($r) = cat_('/etc/mandrake-release') =~ /release\s(\S+)/;
$info->{url_entry}->set_text("$m/$r/RPMS/");
$info->{hdlist_entry}->set_text('../base/hdlist.cz');
+ $info->{hdlist_entry}->set_sensitive(1);
+ $info->{hdlist_check}->set_active(1);
}
})));
};