SHA256
1
0
forked from pool/eog
eog/eog-fast-image-switch-crash.patch

15 lines
423 B
Diff

Index: src/eog-image.c
===================================================================
--- src/eog-image.c.orig
+++ src/eog-image.c
@@ -1087,8 +1087,7 @@ eog_image_load (EogImage *img, guint dat
}
if (eog_image_has_data (img, data2read)) {
- g_warning ("Image %s has requested data already loaded.\n",
- eog_image_get_caption (img));
+ return TRUE;
}
priv->status = EOG_IMAGE_STATUS_LOADING;