Mercurial > geeqie
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Sat Oct 28 00:03:15 2006 +0000 +++ b/ChangeLog Sat Oct 28 18:49:38 2006 +0000 @@ -1,3 +1,11 @@ +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. + Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net> * layout.c, ui_menu.c, ui_misc.c: Use g_object_ref_sink when