mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
Closes: https://bugs.gentoo.org/889256 Closes: https://bugs.gentoo.org/830898 Closes: https://bugs.gentoo.org/699528 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
13 lines
356 B
Diff
13 lines
356 B
Diff
diff --git a/src/image-view.c b/src/image-view.c
|
|
index b367f2a..1368620 100644
|
|
--- a/src/image-view.c
|
|
+++ b/src/image-view.c
|
|
@@ -343,7 +343,7 @@ void image_view_clear( ImageView* iv )
|
|
|
|
void image_view_set_pixbuf( ImageView* iv, GdkPixbuf* pixbuf )
|
|
{
|
|
- if( pixbuf != iv->pix )
|
|
+
|
|
{
|
|
image_view_clear( iv );
|
|
if( G_LIKELY(pixbuf) )
|