diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- mdkapplet + o fix crashing when clicking on notification + Version 2.77.15.8 - 2 February 2010, Thierry Vignaud - mdkapplet-extended-maintenance-helper @@ -549,7 +549,7 @@ sub no_more_supported_choice() { # explicitely wrap too long message: foreach ($b1, $b2) { - next if !$_; + next if !$_ || !$_->child; $_->child->set_line_wrap(1); $_->child->set_size_request($width-50, -1); } |