comparison ChangeLog @ 89:b3149a34d0dd

Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net> * img-view.c: Use correct method to close the window using Escape key, fixes bug #1231845. Also added more robust method to update window list when a window is closed so this doesn't happen again. * slideshow.c: Add sanity checks to exported functions to check for NULL SlideShow pointers, to match rest of coding style.
author gqview
date Sat, 28 Oct 2006 18:49:38 +0000
parents 2099ee3f9a8d
children dc3c77d027e6
comparison
equal deleted inserted replaced
88:2099ee3f9a8d 89:b3149a34d0dd
1 Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
2
3 * img-view.c: Use correct method to close the window using Escape key,
4 fixes bug #1231845. Also added more robust method to update window
5 list when a window is closed so this doesn't happen again.
6 * slideshow.c: Add sanity checks to exported functions to check for
7 NULL SlideShow pointers, to match rest of coding style.
8
1 Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net> 9 Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
2 10
3 * layout.c, ui_menu.c, ui_misc.c: Use g_object_ref_sink when 11 * layout.c, ui_menu.c, ui_misc.c: Use g_object_ref_sink when
4 gtk_object_sink is not available as it is deprecated. 12 gtk_object_sink is not available as it is deprecated.
5 13