From 72bfb012c90285f7beaa56bc1df41f1daf32a6d3 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 7 May 2006 15:24:12 +0000 Subject: fix PyGOptionContext instance type --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 353a4dc..842bc58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-07 Gustavo J. A. M. Carneiro + + * gobject/pygoptioncontext.c: + s/sizeof(PyGMainContext)/sizeof(PyGOptionContext)/ (copy-paste error). + 2006-05-01 Gustavo J. A. M. Carneiro * gobject/gobjectmodule.c (pyg_pid_close): Add a close() method -- cgit