diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | codegen/h2def.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2008-04-21 Johan Dahlin <johan@gnome.org> + + * codegen/h2def.py: Update link to defs format discussion + 2008-04-15 Johan Dahlin <johan@gnome.org> * gobject/gobjectmodule.c (init_gobject): Set diff --git a/codegen/h2def.py b/codegen/h2def.py index d4b2135..9750598 100755 --- a/codegen/h2def.py +++ b/codegen/h2def.py @@ -7,7 +7,7 @@ # # Modified by James Henstridge <james@daa.com.au> to output stuff in # Havoc's new defs format. Info on this format can be seen at: -# http://www.gnome.org/mailing-lists/archives/gtk-devel-list/2000-January/0085.shtml +# http://mail.gnome.org/archives/gtk-devel-list/2000-January/msg00070.html # Updated to be PEP-8 compatible and refactored to use OOP import getopt |
