diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-05-09 12:16:02 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-05-09 12:16:02 +0000 |
commit | 7e74140e309b3552382e79d3253af2a3eaf720c0 (patch) | |
tree | d0fd7e9b76b9fc110e2d983b221a83a821677e55 /perl-install/standalone/draksplash | |
parent | f292fa91576f7da1b160e03b76c80a618603b8ae (diff) | |
download | drakx-7e74140e309b3552382e79d3253af2a3eaf720c0.tar drakx-7e74140e309b3552382e79d3253af2a3eaf720c0.tar.gz drakx-7e74140e309b3552382e79d3253af2a3eaf720c0.tar.bz2 drakx-7e74140e309b3552382e79d3253af2a3eaf720c0.tar.xz drakx-7e74140e309b3552382e79d3253af2a3eaf720c0.zip |
remove spurious characters
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-x | perl-install/standalone/draksplash | 2 |
1 files changed, 1 insertions, 1 deletions
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), |