From 36bc4d64d9be18af0758bf26c0e5c2be2c48936a Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Tue, 2 Sep 2008 22:20:21 +0000 Subject: Fix typo (s/&type/type) introduced in r886 causing weird crashes on MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2008-09-03 Loïc Minier * gobject/pygpointer.c: (pyg_register_pointer): Fix typo (s/&type/type) introduced in r886 causing weird crashes on x86-64; bug #550463. svn path=/trunk/; revision=961 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 959be54..2b6cf95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-03 Loïc Minier + + * gobject/pygpointer.c: (pyg_register_pointer): + Fix typo (s/&type/type) introduced in r886 causing weird crashes on + x86-64; bug #550463. + 2008-09-01 Gian Mario Tagliaretti * codegen/argtypes.py: add G_TYPE_CLOSURE boxed type in codegen. -- cgit