diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-04-23 22:54:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-04-23 22:54:41 (GMT) |
commit | 53183d3333a280b9256eb971731f87ada5854460 (patch) | |
tree | 84a670ef185c98efe3613259b3d907e6acbdf7c3 /ChangeLog | |
parent | e25b4d02bba5dbd5cbc34b8f24a8c980396f86fb (diff) |
Fixed a bug by avoiding one hardcoded path when looking for a picture.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@371 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +14-04-24 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Do not reject deprecated features of GTK in order to be able to compile + the program. + + * Makefile.am: + Clean the content. + + * src/glibext/gbufferline.c: + Fix a bug by avoiding one hardcoded path when looking for a picture. + Clean the code. + 14-04-14 Cyrille Bagard <nocbos@gmail.com> * src/glibext/gcodebuffer.c: |