Skip to content

Commit ef02bff

Browse files
committed
1 parent aa7b029 commit ef02bff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcinnamon-desktop/gnome-desktop-thumbnail.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,8 @@ gnome_desktop_thumbnail_factory_create_failed_thumbnail (GnomeDesktopThumbnailFa
16271627

16281628
g_snprintf (mtime_str, 21, "%ld", mtime);
16291629
pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, TRUE, 8, 1, 1);
1630+
gdk_pixbuf_fill (pixbuf, 0x00000000);
1631+
16301632
saved_ok = gdk_pixbuf_save (pixbuf,
16311633
tmp_path,
16321634
"png", NULL,

0 commit comments

Comments
 (0)