diff options
-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), |