From 3af428310c36de7529b6742a305f56b57caa4d70 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 30 Aug 2013 16:21:47 +0200 Subject: use new mygtk3::root_window_size() --- perl-install/standalone/display_help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/display_help b/perl-install/standalone/display_help index bd857d092..b977f0532 100755 --- a/perl-install/standalone/display_help +++ b/perl-install/standalone/display_help @@ -36,7 +36,7 @@ $view->signal_connect('close-web-view', sub { ugtk3::exit(0) }); $view->open($ARGV[0]); # FIXME: merge this with mcc code into new mygtk3::set_standalone_main_window_size()? -my ($rootwin_width, $rootwin_height) = gtkroot()->get_size; +my ($rootwin_width, $rootwin_height) = mygtk3::root_window_size(); my ($default_width, $default_height); my $wm = any::running_window_manager(); my $is_firstime = to_bool($wm =~ /drakx-matchbox-window-manager/); -- cgit v1.2.1