summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-08 09:03:32 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-08 09:03:32 +0000
commitb0799fa6d08c15b92ed531dd455c97327f589b72 (patch)
treeb8f6a172f5b81ba574852cb73111ccd529c2efae /perl-install/standalone/draksplash
parent19df3c8e11fb38b0dc73da31ae945cfa690e2d14 (diff)
downloaddrakx-backup-do-not-use-b0799fa6d08c15b92ed531dd455c97327f589b72.tar
drakx-backup-do-not-use-b0799fa6d08c15b92ed531dd455c97327f589b72.tar.gz
drakx-backup-do-not-use-b0799fa6d08c15b92ed531dd455c97327f589b72.tar.bz2
drakx-backup-do-not-use-b0799fa6d08c15b92ed531dd455c97327f589b72.tar.xz
drakx-backup-do-not-use-b0799fa6d08c15b92ed531dd455c97327f589b72.zip
(get_this_thm_res_conf) add prototype to help perl_checker
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 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)