diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-06-26 22:33:57 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-06-26 22:33:57 +0200 |
commit | 6b2533b2540385390dc46596d3ef0587cdb720cb (patch) | |
tree | 62e2536d916720894551e5b04a26d5a2aa3f2078 /perl-install/NEWS | |
parent | 0543d35bddd179a96f3ff88bd1103ca392087788 (diff) | |
download | drakx-6b2533b2540385390dc46596d3ef0587cdb720cb.tar drakx-6b2533b2540385390dc46596d3ef0587cdb720cb.tar.gz drakx-6b2533b2540385390dc46596d3ef0587cdb720cb.tar.bz2 drakx-6b2533b2540385390dc46596d3ef0587cdb720cb.tar.xz drakx-6b2533b2540385390dc46596d3ef0587cdb720cb.zip |
fix installing fonts (Frédéric Buclin, mga#11849)
fallout from gtk2 -> gtk3 switch
get_filenames() now returns an arrayref instead of a list.
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r-- | perl-install/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index c8de3696c..3941f696f 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -3,6 +3,8 @@ - drakclock: o fix crash on clicking "Cancel" after TZ selection (mga#13534) o fix loosing TZ choice when canceling TZ selection (mga#13534) +- drakfont: + o fix installing fonts (Frédéric Buclin, mga#11849) Version 16.33 - 18 June 2014 |