From 19cc1b3c65db87e87cb2894049be6f39ac5d880b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2013 15:41:22 +0100 Subject: perlish ->child() => ->get_child() --- mgaapplet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mgaapplet') diff --git a/mgaapplet b/mgaapplet index 11c593d9..0ed55ba3 100755 --- a/mgaapplet +++ b/mgaapplet @@ -490,9 +490,9 @@ sub no_more_supported_choice() { # explicitely wrap too long message: foreach ($b1, $b2) { - next if !$_ || !$_->child; - $_->child->set_line_wrap(1); - $_->child->set_size_request($width-50, -1); + next if !$_ || !$_->get_child; + $_->get_child->set_line_wrap(1); + $_->get_child->set_size_request($width-50, -1); } my $res = fill_n_run_portable_dialog($w, \@widgets); -- cgit v1.2.1