From db79a4e945e42501525c8c8f7097e8e05323e0ba Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 6 Jun 2005 04:48:03 +0000 Subject: really consider text box values --- perl-install/standalone/draksplash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index db1a20aaa..8736a7c3e 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -271,7 +271,7 @@ sub switch_to_mode { if ($current_mode == 0) { #- silent $current_rect = bootsplash::xywh2rectangle(@{$theme{conf}}{'px', 'py', 'pw', 'ph'}); } else { #- verbose or console - $current_rect = bootsplash::xywh2rectangle(@{$theme{conf}}{'px', 'py', 'pw', 'ph'}); + $current_rect = bootsplash::xywh2rectangle(@{$theme{conf}}{'tx', 'ty', 'tw', 'th'}); } undef $current_point; $image_area->queue_draw; -- cgit v1.2.1