comparison ChangeLog @ 111:3a69a7a3f461

Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net> * view_file_icon.c: Fix odd crash when removing files, it seems the high priority idle sync is no longer called before the treeview tries to redraw itself, so fix the cleanup of removed pointers so that they are always valid or NULL (I wonder if the priorities used by GtkTreeView have changed in newer versions of GTK?). * view_file_list.c: Fix progress bar warning when files are removed before thumbnail generation is finished.
author gqview
date Wed, 15 Nov 2006 07:19:16 +0000
parents 9fbf210edc6f
children b15d4c18168f
comparison
equal deleted inserted replaced
110:9fbf210edc6f 111:3a69a7a3f461
1 Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
2
3 * view_file_icon.c: Fix odd crash when removing files, it seems the
4 high priority idle sync is no longer called before the treeview tries
5 to redraw itself, so fix the cleanup of removed pointers so that they
6 are always valid or NULL (I wonder if the priorities used by
7 GtkTreeView have changed in newer versions of GTK?).
8 * view_file_list.c: Fix progress bar warning when files are removed
9 before thumbnail generation is finished.
10
1 Tue Nov 14 15:36:14 2006 John Ellis <johne@verizon.net> 11 Tue Nov 14 15:36:14 2006 John Ellis <johne@verizon.net>
2 12
3 * exif.[ch]: Fix memory alignment issues, bug #1593252. 13 * exif.[ch]: Fix memory alignment issues, bug #1593252.
4 14
5 Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net> 15 Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net>