From 310d30a022cf40813e5898e222e6bd990a0fe9f7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 6 Jun 2016 14:35:35 +0200 Subject: fix displaying release notes with WebKit2 --- perl-install/any.pm | 1 + perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index 8ca9553db..14bcd29f2 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1051,6 +1051,7 @@ sub display_release_notes { } require Gtk3::WebKit2; + Gtk3::WebKit2->import; require ugtk3; ugtk3->import(':all'); require mygtk3; diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 983360fea..c3bc110ac 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix displaying release notes with WebKit2 + Version 17.34 - 6 June 2016 - bootloader: -- cgit v1.2.1