diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-12 23:27:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-12 23:27:00 (GMT) |
commit | f89f72f53b42c704dcb5767e508747795f7115c6 (patch) | |
tree | 85be0588076f02b5546adac3424b201d68817e19 /ChangeLog | |
parent | dae8c208e24d03c7bf5314a86cb366a4e84a53c2 (diff) |
Allowed classes which derive from GObject to receive arguments in their constructor.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@302 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +12-12-13 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/gui/panels/panel.c: + * plugins/pychrysa/quirks.c: + * plugins/pychrysa/quirks.h: + Allow classes which derive from GObject to receive arguments in their + constructor (dirty hack). + + * plugins/python/androperms/androperms.py: + * plugins/python/androperms/panel.py: + Update code. + 12-12-12 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |