diff options
-rwxr-xr-x | MandrivaUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate index 92c6a689..e84ecb90 100755 --- a/MandrivaUpdate +++ b/MandrivaUpdate @@ -136,7 +136,7 @@ sub run_treeview_dialog { my ($list, $info, $update_button); - my (undef, $rootwin_height) = gtkroot()->get_size; + my $rootwin_height = second(gtkroot()->get_size); my $is_small_screen = $rootwin_height < 480; compute_main_window_size($w); |