From c3d8c61d2be752f91c7007a5b149052b2bfb7237 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Sun, 17 May 2015 16:18:00 +0200 Subject: EomImage: Fix too early size-prepared emission If an image without metadata support is loaded it could happen that the size-prepared signal was emitted without knowing the actual image size. That resulted in a smaller than necessary window size. Remove unneeded emission since the loader will make sure to emit the signal once the size is known. https://bugzilla.gnome.org/show_bug.cgi?id=748598 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/5ae0b28 --- src/eom-image.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/eom-image.c b/src/eom-image.c index 6922923..d4aa95a 100644 --- a/src/eom-image.c +++ b/src/eom-image.c @@ -1032,8 +1032,6 @@ eom_image_real_load (EomImage *img, break; } - eom_image_emit_size_prepared (img); - priv->metadata_status = EOM_IMAGE_METADATA_NOT_AVAILABLE; } -- cgit v1.2.1