aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-27 09:31:03 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-27 09:31:03 +0000
commita3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b (patch)
treee8d761858135905cd1b2969210d42700a3230fe0 /Rpmdrake/gui.pm
parentbd6d17563ff72a3777da12955dd0f87a30e0be79 (diff)
downloadrpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.tar
rpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.tar.gz
rpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.tar.bz2
rpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.tar.xz
rpmdrake-a3c7b1c49228ebcb07f8fffdecf3cfaf0035e53b.zip
rename options as rpmdrake_options so that we can reuse urpm::args someday
Diffstat (limited to 'Rpmdrake/gui.pm')
-rw-r--r--Rpmdrake/gui.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm
index ea8177f3..bb75abc2 100644
--- a/Rpmdrake/gui.pm
+++ b/Rpmdrake/gui.pm
@@ -435,7 +435,7 @@ sub is_locale_available {
sub callback_choices {
my (undef, undef, undef, $choices) = @_;
- return $choices->[0] if $::options{'auto'};
+ return $choices->[0] if $::rpmdrake_options{'auto'};
foreach my $pkg (@$choices) {
foreach ($pkg->requires_nosense) {
/locales-/ or next;