fixed crash in entering fullscreen during loading
authorVladimir Nadvornik <nadvornik@suse.cz>
Fri, 27 Jun 2008 18:43:05 +0000 (18:43 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Fri, 27 Jun 2008 18:43:05 +0000 (18:43 +0000)
src/image.c

index 68dd5cc..cbe1e97 100644 (file)
@@ -1129,8 +1129,8 @@ void image_change_from_image(ImageWindow *imd, ImageWindow *source)
 
        if (source->il)
                {
-//             imd->il = source->il;
-//             source->il = NULL;
+               imd->il = source->il;
+               source->il = NULL;
 
                image_loader_sync_data(imd->il, imd);