From c98358f79ce295fc4ee0c8274d8f9653226c5bf7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 May 2004 13:15:38 +0000 Subject: (mk_frame) minor cleanup --- perl-install/standalone/draksplash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/draksplash') diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 703896be4..6cf84790f 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -390,7 +390,7 @@ sub mk_frame { if ($ref->{widget}{combo}{$1}) { @popdown = @{$ref->{widget}{combo}{$1}}; my $w = $ref->{widgets}{combo}{$1} = $ref->{widget}{extras}{$1}{noneditable} ? Gtk2::ComboBox->new_text : Gtk2::Combo->new; - $ref->{widgets}{combo}{$1}->set_popdown_strings(@popdown); + $w->set_popdown_strings(@popdown); $w->set_active(0) if $w->isa('Gtk2::ComboBox'); push @widgets, $w; } -- cgit v1.2.1