diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-22 09:39:24 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-22 09:39:24 +0000 |
commit | c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40 (patch) | |
tree | 7c46c535e1a5d03f82a5cc806154c6a94f859448 /perl-install/standalone | |
parent | 39fc983b0911e79b76b76200d9cce978e4b2f12c (diff) | |
download | drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.tar drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.tar.gz drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.tar.bz2 drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.tar.xz drakx-c91b1bafd2eb9dbaeb79b22d7c6e52c343ba6f40.zip |
remove spurious comma and spaces
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
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); } }, |