diff options
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) |