diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-07-06 21:22:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-07-06 21:23:00 (GMT) |
commit | b4f47417b8bc7b7e97b1e60a35663d99155a92c2 (patch) | |
tree | ef4fd6a7dabc0ea71094a1360e00b2479c822076 /ChangeLog | |
parent | 4ffb572c4d6fdd429acc7e440de0cd2e98df9d50 (diff) |
Replaced the use of a nested function in a delayed invocation by a direct call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +17-07-06 Cyrille Bagard <nocbos@gmail.com> + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Provide a way to scroll a tree view to a given point. + + * src/gui/panels/log.c: + Replace the use of a nested function in a delayed invocation by a direct call. + 17-06-02 Cyrille Bagard <nocbos@gmail.com> * src/main.c: |