diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-06-02 21:44:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-06-02 21:44:42 (GMT) |
commit | df10d1301618658d0a9faed78b8f3e30872e52ce (patch) | |
tree | 71bf51eeba60a938b4c1b6f1aaab4f60bcb61282 /ChangeLog | |
parent | a6f34ced4fa495a78ccc0be360233d64dbb2c6d8 (diff) |
Removed all references to gdk_threads_* as calls have to be made from the main thread.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@375 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +14-06-02 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/gtkbufferview.c: + * src/main.c: + * src/plugins/pglist.c: + * src/project.c: + Remove all references to gdk_threads_* as calls have to be made from + the main thread. + 14-05-29 Cyrille Bagard <nocbos@gmail.com> * plugins/androhelpers/Makefile.am: |