diff options
Diffstat (limited to 'gurpmi2')
-rwxr-xr-x | gurpmi2 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ sub configure_urpm { #- Callback for choices sub ask_choice { my (undef, undef, undef, $choices) = @_; + return $choices->[0] if $gurpmi::options{auto}; my $radio; my @radios = map { $radio = Gtk2::RadioButton->new_with_label( |