View | Details | Raw Unified
Collapse All | Expand All

(-) audacious/playlist_list.c (-3 / +9 lines)
 Lines 108-117    Link Here 
	gdk_error_trap_pop();
	gdk_error_trap_pop();
	shade_gdkimage_generic(gdk_drawable_get_visual(GDK_WINDOW(playlistwin->window)),
	if (GDK_IS_IMAGE(ximg))
		ximg, ximg->bpl, w, h, 60, 60, 60, shade_color->pixel);
	{
		shade_gdkimage_generic(gdk_drawable_get_visual(GDK_WINDOW(playlistwin->window)),
			ximg, ximg->bpl, w, h, 60, 60, 60, shade_color->pixel);
	gdk_draw_image(p, gc, ximg, 0, 0, x, y, w, h);
		gdk_draw_image(p, gc, ximg, 0, 0, x, y, w, h);
	}
	else {
		cfg.playlist_transparent = FALSE;
	}
	g_object_unref(gc);
	g_object_unref(gc);