summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-18 15:41:22 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-03 12:41:59 +0100
commit19cc1b3c65db87e87cb2894049be6f39ac5d880b (patch)
tree2de3cf520291fd1442f0c85381950c552ab9b11e /mgaapplet
parent9566b9f9abbb375d73bb583191502b0859507665 (diff)
downloadmgaonline-19cc1b3c65db87e87cb2894049be6f39ac5d880b.tar
mgaonline-19cc1b3c65db87e87cb2894049be6f39ac5d880b.tar.gz
mgaonline-19cc1b3c65db87e87cb2894049be6f39ac5d880b.tar.bz2
mgaonline-19cc1b3c65db87e87cb2894049be6f39ac5d880b.tar.xz
mgaonline-19cc1b3c65db87e87cb2894049be6f39ac5d880b.zip
perlish ->child() => ->get_child()
Diffstat (limited to 'mgaapplet')
-rwxr-xr-xmgaapplet6
1 files changed, 3 insertions, 3 deletions
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);