From 30d6333475e8826ce7819be8e1063516f18035e7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 26 Mar 2015 08:22:02 -0400 Subject: tell users to ignore Gtk3 warnings --- perl-install/install/NEWS | 2 ++ perl-install/mygtk3.pm | 1 + 2 files changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 78bb8d895..d45440ca0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- tell users to ignore Gtk3 warnings + Version 16.72 - 26 March 2015 - fix a crash in auto install (mga#15573) diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm index 19706e0cc..f5dba09c2 100644 --- a/perl-install/mygtk3.pm +++ b/perl-install/mygtk3.pm @@ -11,6 +11,7 @@ use c; use log; use common; +BEGIN { print "Ignore the following Glib::Object::Introspection & Gtk3 warnings\n" } use Gtk3; =head1 SYNOPSYS -- cgit v1.2.1