From 04408433cf1514ceb2e3e6a45d576af5f293a57a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Aug 2008 14:13:37 +0000 Subject: (init_sizes) $::helpheight is unused for _years_ --- perl-install/install/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index ee677005d..d541ffbbf 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -240,7 +240,7 @@ sub init_sizes { ($::rootwidth, $::rootheight) = (Gtk2::Gdk->screen_width, Gtk2::Gdk->screen_height); $::stepswidth = $::rootwidth <= 640 ? 0 : 196; ($::logowidth, $::logoheight) = $::rootwidth <= 640 ? (0, 0) : (800, 75); - ($o->{windowwidth}, $o->{windowheight}) = ($::rootwidth - $::stepswidth, $::rootheight - $::helpheight - $::logoheight); + ($o->{windowwidth}, $o->{windowheight}) = ($::rootwidth - $::stepswidth, $::rootheight - $::logoheight); ($::real_windowwidth, $::real_windowheight) = (576, 418); } -- cgit v1.2.1