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

Collapse All | Expand All

(-)widgets/playlist_list.c (+4 lines)
Lines 124-129 Link Here
124
		cfg.playlist_transparent = FALSE;
124
		cfg.playlist_transparent = FALSE;
125
	}
125
	}
126
126
127
	g_object_unref(in);
127
	g_object_unref(gc);
128
	g_object_unref(gc);
128
129
129
	return p;
130
	return p;
Lines 184-189 Link Here
184
185
185
                if (at == xevent->xproperty.atom)
186
                if (at == xevent->xproperty.atom)
186
		{
187
		{
188
			if (rootpix != NULL)
189
			    g_object_unref(rootpix);
190
187
                        rootpix = shade_pixmap(get_transparency_pixmap(), 0, 0, 0, 0, gdk_screen_width(), gdk_screen_height(),
191
                        rootpix = shade_pixmap(get_transparency_pixmap(), 0, 0, 0, 0, gdk_screen_width(), gdk_screen_height(),
188
                            skin_get_color(bmp_active_skin, SKIN_PLEDIT_NORMALBG));
192
                            skin_get_color(bmp_active_skin, SKIN_PLEDIT_NORMALBG));
189
193

Return to bug 152001