diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/mygtk3.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index b7841adac..9de74637c 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,4 +1,5 @@ - dont remove pulseaudio-module-bluetooth (mga#12323) +- fix a rpmdrake crash (mga#12331) Version 16.22 - 15 January 2014 diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm index 97e64290a..f9c614198 100644 --- a/perl-install/mygtk3.pm +++ b/perl-install/mygtk3.pm @@ -1433,6 +1433,7 @@ sub _text_insert { } } } else { + $t ||= ''; if ($opts{append}) { $buffer->insert($buffer->get_end_iter, $t); } else { |