View | Details | Raw Unified
Collapse All | Expand All

(-) widgets/playlist_list.c (+4 lines)
 Lines 124-129    Link Here 
		cfg.playlist_transparent = FALSE;
		cfg.playlist_transparent = FALSE;
	}
	}
	g_object_unref(in);
	g_object_unref(gc);
	g_object_unref(gc);
	return p;
	return p;
 Lines 184-189    Link Here 
                if (at == xevent->xproperty.atom)
                if (at == xevent->xproperty.atom)
		{
		{
			if (rootpix != NULL)
			    g_object_unref(rootpix);
                        rootpix = shade_pixmap(get_transparency_pixmap(), 0, 0, 0, 0, gdk_screen_width(), gdk_screen_height(),
                        rootpix = shade_pixmap(get_transparency_pixmap(), 0, 0, 0, 0, gdk_screen_width(), gdk_screen_height(),
                            skin_get_color(bmp_active_skin, SKIN_PLEDIT_NORMALBG));
                            skin_get_color(bmp_active_skin, SKIN_PLEDIT_NORMALBG));