changeset 863:8ddd00cc8b69

fixed crash in entering fullscreen during loading
author nadvornik
date Fri, 27 Jun 2008 18:43:05 +0000
parents 30e1f4370215
children f40509d56fe3
files src/image.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/image.c	Fri Jun 27 10:00:55 2008 +0000
+++ b/src/image.c	Fri Jun 27 18:43:05 2008 +0000
@@ -1129,8 +1129,8 @@
 
 	if (source->il)
 		{
-//		imd->il = source->il;
-//		source->il = NULL;
+		imd->il = source->il;
+		source->il = NULL;
 
 		image_loader_sync_data(imd->il, imd);