diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-03-28 16:37:00 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-03-28 16:37:00 (GMT) |
commit | d5e55f2ad015781bd7bee0e3216e47d6218e0841 (patch) | |
tree | fe23d48509be3b4acb88b980539c271d699523e4 /ChangeLog | |
parent | 8123d9342f92a2cf6fd999b350252c001f403092 (diff) |
Made the g_rendering_options_new() function simple.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@145 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 @@ +10-03-28 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + * src/analysis/roptions.c: + * src/analysis/roptions.h: + * src/dialogs/export.c: + Remove the second argument of the g_rendering_options_new() function + as it can be guessed from the first one. + 10-03-21 Cyrille Bagard <nocbos@gmail.com> * src/analysis/exporter.c: |