aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-03-10 17:13:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-03-10 17:13:54 +0000
commit53e1a7029b3de4c36018271cc2912140b554143b (patch)
tree83bfa50a51a477abc3fdd858e4c1769db6635516 /edit-urpm-sources.pl
parente575710ce11ec85cb4d909fbb00ca041ea479f4b (diff)
downloadrpmdrake-53e1a7029b3de4c36018271cc2912140b554143b.tar
rpmdrake-53e1a7029b3de4c36018271cc2912140b554143b.tar.gz
rpmdrake-53e1a7029b3de4c36018271cc2912140b554143b.tar.bz2
rpmdrake-53e1a7029b3de4c36018271cc2912140b554143b.tar.xz
rpmdrake-53e1a7029b3de4c36018271cc2912140b554143b.zip
just like MandrakeUpdate, edit-urpm-sources can also configure a "update"
media, so just like MandrakeUpdate defaulting it to synthesis instead of hdlist
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index 62293fc2..1e263b8d 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -81,7 +81,7 @@ sub add_callback {
clicked => sub { my $m = choose_mirror(transient => $w->{rwindow});
if ($m) {
$info->{url_entry}->set_text(make_url_mirror($m));
- $info->{hdlist_entry}->set_text('../base/hdlist.cz');
+ $info->{hdlist_entry}->set_text('../base/synthesis.hdlist.cz');
$info->{hdlist_entry}->set_sensitive(1);
$info->{hdlist_check}->set_active(1);
}