summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorDamien Chaumette <dchaumette@mandriva.com>2003-08-27 09:24:56 +0000
committerDamien Chaumette <dchaumette@mandriva.com>2003-08-27 09:24:56 +0000
commit30fcae568f1a070a8a5ce89c26e37bd397be756a (patch)
tree8bd4a04844b2a0ed223cc29c2b3027eecb52f2e7 /perl-install
parent883e1b66cacb4573d2aa67157f286b47d3065d5a (diff)
downloaddrakx-backup-do-not-use-30fcae568f1a070a8a5ce89c26e37bd397be756a.tar
drakx-backup-do-not-use-30fcae568f1a070a8a5ce89c26e37bd397be756a.tar.gz
drakx-backup-do-not-use-30fcae568f1a070a8a5ce89c26e37bd397be756a.tar.bz2
drakx-backup-do-not-use-30fcae568f1a070a8a5ce89c26e37bd397be756a.tar.xz
drakx-backup-do-not-use-30fcae568f1a070a8a5ce89c26e37bd397be756a.zip
typo fix
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 3a75e3ce1..3c15f0354 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -55,7 +55,7 @@ my $w = ugtk2->new(N("Boot Style Configuration"));
my $window = $w->{window};
$::main_window = $w->{rwindow} if !$::isEmbedded;
-$window->signal_connect(delete_event => sub { utk2->exit(0) });
+$window->signal_connect(delete_event => sub { ugtk2->exit(0) });
unless ($::isEmbedded) {
$window->set_border_width(2);