Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 450930 | Differences between
and this patch

Collapse All | Expand All

(-)a/libnautilus-private/nautilus-thumbnails.c (+4 lines)
Lines 437-443 get_pixbuf_from_data (const unsigned cha Link Here
437
			  G_CALLBACK (thumbnail_loader_area_prepared),
437
			  G_CALLBACK (thumbnail_loader_area_prepared),
438
			  &args);
438
			  &args);
439
439
440
#if GLIB_CHECK_VERSION (2, 34, 0)
441
	args.is_thumbnail = strstr (path, "/thumbnails/") != NULL;
442
#else
440
	args.is_thumbnail = strstr (path, "/.thumbnails/") != NULL;
443
	args.is_thumbnail = strstr (path, "/.thumbnails/") != NULL;
444
#endif 
441
	args.base_size = base_size;
445
	args.base_size = base_size;
442
	args.nominal_size = nominal_size;
446
	args.nominal_size = nominal_size;
443
	args.force_nominal = force_nominal;
447
	args.force_nominal = force_nominal;

Return to bug 450930