summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/mygtk3.pm1
2 files changed, 3 insertions, 0 deletions
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