summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2009-02-06 08:22:03 +0000
committerMurray Cumming <murrayc@src.gnome.org>2009-02-06 08:22:03 +0000
commit951050a809d4368ed6fba283feffca0e7f6d8607 (patch)
tree2deca35862d7c05c145ed91c4ceb550829312837 /ChangeLog
parenta250c1bb1d9858cebfbec81b905b83a620d5e7bc (diff)
downloadpygobject-951050a809d4368ed6fba283feffca0e7f6d8607.tar.gz
pygobject-951050a809d4368ed6fba283feffca0e7f6d8607.tar.xz
pygobject-951050a809d4368ed6fba283feffca0e7f6d8607.zip
:write_enum_defs(): Prevent an exception when the prefix is empty.
2009-02-06 Murray Cumming <murrayc@murrayc.com> * codegen/h2def.py DefsWriter::write_enum_defs(): Prevent an exception when the prefix is empty. svn path=/trunk/; revision=1001
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 715f57f..ba3615b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-06 Murray Cumming <murrayc@murrayc.com>
+
+ * codegen/h2def.py DefsWriter::write_enum_defs(): Prevent an exception
+ when the prefix is empty.
+
2009-01-29 Paul Pogonyshev <pogonyshev@gmx.net>
Bug 569350 – Inconsistent use of tabs and spaces in pygtk.py