From 56cbae2ae816e5e936bcdb1c842807f6b7cb0a78 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 02:45:58 +0100 Subject: perlish ->allocation => ->get_allocation --- control-center | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control-center b/control-center index 26fa0c09..e245fe1d 100755 --- a/control-center +++ b/control-center @@ -1269,7 +1269,7 @@ sub run_tool { undef $wait_darea->{first_expose}; $wait_darea->{not_yet_complete} = 1; $timeout = Glib::Timeout->add(35, sub { - $wait_darea->{size} ||= $wait_darea->allocation; + $wait_darea->{size} ||= $wait_darea->get_allocation; my $style = $wait_darea->{style} ||= $wait_darea->get_style; my $bg = $wait_darea->{bg} ||= $style->bg('normal'); my $base = $wait_darea->{base} ||= $style->base('normal'); -- cgit v1.2.1