summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pogonyshev <pogonyshev@gmx.net>2008-07-26 21:41:58 +0000
committerPaul Pogonyshev <paulp@src.gnome.org>2008-07-26 21:41:58 +0000
commit6b93ae8cb09fec1c95b42f791858b93f0ca10a53 (patch)
tree4deeb0c81074015249771eef1d3273a3224a4a53 /ChangeLog
parentda75d8feaaf9141696f42956c14d6518a8350a51 (diff)
Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matching
2008-07-27 Paul Pogonyshev <pogonyshev@gmx.net> * gobject/pygtype.c (pyg_enum_get_value): Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matching 'enum_type' (bug #503771). svn path=/trunk/; revision=877
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b22178a..a476e72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-27 Paul Pogonyshev <pogonyshev@gmx.net>
+
+ * gobject/pygtype.c (pyg_enum_get_value): Issue warning if 'obj'
+ is a PyGEnum of wrong type, i.e. not matching 'enum_type' (bug
+ #503771).
+
2008-07-26 Johan Dahlin <johan@gnome.org>
reviewed by: <delete if not using a buddy>