summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-19 14:13:37 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-19 14:13:37 +0000
commit04408433cf1514ceb2e3e6a45d576af5f293a57a (patch)
tree1119859cf68daa51e7bf49ee65e8b19978ab5fe8 /perl-install/install/gtk.pm
parent96a9930d816a60b3c4453c64e6ac24d0083def6f (diff)
downloaddrakx-backup-do-not-use-04408433cf1514ceb2e3e6a45d576af5f293a57a.tar
drakx-backup-do-not-use-04408433cf1514ceb2e3e6a45d576af5f293a57a.tar.gz
drakx-backup-do-not-use-04408433cf1514ceb2e3e6a45d576af5f293a57a.tar.bz2
drakx-backup-do-not-use-04408433cf1514ceb2e3e6a45d576af5f293a57a.tar.xz
drakx-backup-do-not-use-04408433cf1514ceb2e3e6a45d576af5f293a57a.zip
(init_sizes) $::helpheight is unused for _years_
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm2
1 files changed, 1 insertions, 1 deletions
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);
}