summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--fake_packages/Glib.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af88acc..7f3d3cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
- fake_packages:
o add Gtk2::Notify (which replaces Gtk2::NotificationBubble)
o add Gtk2::Sexy
+ o fix error in generated Glib
Version 1.2.8 - 17 September 2008, by Thierry Vignaud
diff --git a/fake_packages/Glib.pm b/fake_packages/Glib.pm
index 034e063..e5cdd79 100644
--- a/fake_packages/Glib.pm
+++ b/fake_packages/Glib.pm
@@ -106,7 +106,7 @@ sub bool { my ($_a, $_b, $_swap) = @_ }
sub Glib::Flags::eq { my ($_a, $_b, $_swap) = @_ }
sub Glib::Flags::ge { my ($_a, $_b, $_swap) = @_ }
sub intersect { my ($_a, $_b, $_swap) = @_ }
-sub ne { my ($_a, $_b, $_swap) = @_ }
+sub Glib::Flags::ne { my ($_a, $_b, $_swap) = @_ }
sub new { my ($_class, $_a) = @_ }
sub Glib::Flags::sub { my ($_a, $_b, $_swap) = @_ }
sub union { my ($_a, $_b, $_swap) = @_ }