summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-22 09:39:24 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-22 09:39:24 +0000
commitc91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40 (patch)
tree7c46c535e1a5d03f82a5cc806154c6a94f859448
parent39fc983b0911e79b76b76200d9cce978e4b2f12c (diff)
downloaddrakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.tar
drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.tar.gz
drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.tar.bz2
drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.tar.xz
drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.zip
remove spurious comma and spaces
-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 98c57246d..16dbf38f8 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -205,7 +205,7 @@ gtkadd($window,
ok_clicked => sub {
Xconfig::various::runlevel($x_mode ? 5 : 3);
$splash_working or updateAutologin();
- $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, ,$splash_mode, $keep_logo);
+ $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo);
ugtk2->exit(0);
}
},