From 7e74140e309b3552382e79d3253af2a3eaf720c0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 9 May 2005 12:16:02 +0000 Subject: remove spurious characters --- perl-install/standalone/draksplash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index ebb345273..49becb23e 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -71,7 +71,7 @@ gtkadd($window->{window}, gtksignal_connect(Gtk2::ComboBoxEntry->new_with_strings([ bootsplash::themes_list() ], $theme{name}), changed => sub { set_theme($_[0]->get_child->get_text) }) ], [ Gtk2::Label->new(N("final resolution")), - gtksignal_connect(??Gtk2::ComboBox->new_with_strings(\@bootsplash::resolutions, $theme{res}), + gtksignal_connect(Gtk2::ComboBox->new_with_strings(\@bootsplash::resolutions, $theme{res}), changed => sub { set_resolution($_[0]->get_text) }) ])), $notebook, gtkpack(Gtk2::HBox->new(0, 5), -- cgit v1.2.1