summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-05-09 12:16:02 +0000
committerOlivier Blin <oblin@mandriva.org>2005-05-09 12:16:02 +0000
commit7e74140e309b3552382e79d3253af2a3eaf720c0 (patch)
treed0fd7e9b76b9fc110e2d983b221a83a821677e55 /perl-install/standalone/draksplash
parentf292fa91576f7da1b160e03b76c80a618603b8ae (diff)
downloaddrakx-backup-do-not-use-7e74140e309b3552382e79d3253af2a3eaf720c0.tar
drakx-backup-do-not-use-7e74140e309b3552382e79d3253af2a3eaf720c0.tar.gz
drakx-backup-do-not-use-7e74140e309b3552382e79d3253af2a3eaf720c0.tar.bz2
drakx-backup-do-not-use-7e74140e309b3552382e79d3253af2a3eaf720c0.tar.xz
drakx-backup-do-not-use-7e74140e309b3552382e79d3253af2a3eaf720c0.zip
remove spurious characters
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-xperl-install/standalone/draksplash2
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),