aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-08-27 14:08:22 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-08-27 14:08:22 +0000
commit6b9040cff831e3ed6f0fa76b5e9013b9346069dc (patch)
treec27c1fa851a72a7ba489f0e8ad07dc8d367588ea /edit-urpm-sources.pl
parent13fa65457adb8a69654e0607db713ff6e6599578 (diff)
downloadrpmdrake-6b9040cff831e3ed6f0fa76b5e9013b9346069dc.tar
rpmdrake-6b9040cff831e3ed6f0fa76b5e9013b9346069dc.tar.gz
rpmdrake-6b9040cff831e3ed6f0fa76b5e9013b9346069dc.tar.bz2
rpmdrake-6b9040cff831e3ed6f0fa76b5e9013b9346069dc.tar.xz
rpmdrake-6b9040cff831e3ed6f0fa76b5e9013b9346069dc.zip
api change in interactive_msg was not reflected everywhere, grrr
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index edaf2ef1..2d53c58f 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -109,7 +109,7 @@ sub add_callback {
$info->{name_entry}->select_region(0, -1);
interactive_msg('rpmdrake',
_("There is already a medium by that name, do you
-really want to replace it?"), { yesno => 1 } ) or return 0;
+really want to replace it?"), yesno => 1) or return 0;
}
1;
};
@@ -269,7 +269,7 @@ _("Welcome to the packages source editor!
This tool will help you configure the packages sources you wish to use on
your computer. They will then be available to install new software package
-or to perform updates.")), { yesno => 1 }) or myexit -1;
+or to perform updates.")), yesno => 1) or myexit -1;
push @$already_splashed, basename($0);
}