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

Collapse All | Expand All

(-)gnome-desktop-2.28.1/libgnome-desktop/gnome-bg.c (+5 lines)
Lines 309-314 Link Here
309
{
309
{
310
	bg->transitioned_id = 0;
310
	bg->transitioned_id = 0;
311
311
312
	if (bg->pixbuf_cache) {
313
		g_object_unref (bg->pixbuf_cache);
314
		bg->pixbuf_cache = NULL;
315
	}
316
312
	g_signal_emit (G_OBJECT (bg), signals[TRANSITIONED], 0);
317
	g_signal_emit (G_OBJECT (bg), signals[TRANSITIONED], 0);
313
318
314
	return FALSE;
319
	return FALSE;

Return to bug 299242