diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-06-03 05:58:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-06-03 05:58:17 (GMT) |
commit | 1b66b99cbb621bd97d917ef7830697b93fa36ae5 (patch) | |
tree | 7f27476906dd3a8405cb13cafa947745446f9a7c /ChangeLog | |
parent | df10d1301618658d0a9faed78b8f3e30872e52ce (diff) |
Disabled all accesses to GTK3 from Python.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@376 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +14-06-03 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/pychrysa.c: + Disable all accesses to GTK3 from Python (to be restored). + + * src/glibext/gbuffersegment.c: + Print segments faster. + + * src/main.c: + Enable the loading of plugins. + 14-06-02 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkbufferview.c: |