summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-03-26 08:22:02 -0400
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-03-26 17:50:03 +0100
commit30d6333475e8826ce7819be8e1063516f18035e7 (patch)
treea79f82ab0a5d4462885bf569ba60b57999f54d31
parent0d3c4fce5b344a2d6612feed748e52f659ef8b7c (diff)
downloaddrakx-30d6333475e8826ce7819be8e1063516f18035e7.tar
drakx-30d6333475e8826ce7819be8e1063516f18035e7.tar.gz
drakx-30d6333475e8826ce7819be8e1063516f18035e7.tar.bz2
drakx-30d6333475e8826ce7819be8e1063516f18035e7.tar.xz
drakx-30d6333475e8826ce7819be8e1063516f18035e7.zip
tell users to ignore Gtk3 warnings
-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