summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
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);