diff options
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -544,7 +544,7 @@ sub no_more_supported_choice() { #$_ and $_->set_border_width(8) foreach $b1, $b2, $b3; # explicitely wrap too long message: - $b1->child->set_line_wrap(1); + $_ and $_->child->set_line_wrap(1) foreach $b1, $b2; my $res = fill_n_run_portable_dialog($w, \@widgets); |