diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-08 09:03:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-08 09:03:32 +0000 |
commit | b0799fa6d08c15b92ed531dd455c97327f589b72 (patch) | |
tree | b8f6a172f5b81ba574852cb73111ccd529c2efae /perl-install/standalone | |
parent | 19df3c8e11fb38b0dc73da31ae945cfa690e2d14 (diff) | |
download | drakx-b0799fa6d08c15b92ed531dd455c97327f589b72.tar drakx-b0799fa6d08c15b92ed531dd455c97327f589b72.tar.gz drakx-b0799fa6d08c15b92ed531dd455c97327f589b72.tar.bz2 drakx-b0799fa6d08c15b92ed531dd455c97327f589b72.tar.xz drakx-b0799fa6d08c15b92ed531dd455c97327f589b72.zip |
(get_this_thm_res_conf) add prototype to help perl_checker
Diffstat (limited to 'perl-install/standalone')
-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 8ceff185f..e847b673f 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -262,7 +262,7 @@ QUIET='.$quiet; #- Desc => read the current bootsplash theme configuration if exist -sub get_this_thm_res_conf { +sub get_this_thm_res_conf() { member($first{widgets}{combo}{name}->entry->get_text , giv_exist_thm()) and $theme{name} = $first{widgets}{combo}{name}->entry->get_text and thm_in_this_res(1) |