# HG changeset patch # User Tomasz Mon # Date 1195132377 -3600 # Node ID 84235bd5f620ddbee7d98bfe4f4ea59e2ca3646c # Parent 1dcfe91e241d1a180c56ca70e484fb4d47d81270 we don't need this check anymore diff -r 1dcfe91e241d -r 84235bd5f620 src/audacious/skin.c --- a/src/audacious/skin.c Thu Nov 15 13:04:32 2007 +0100 +++ b/src/audacious/skin.c Thu Nov 15 14:12:57 2007 +0100 @@ -1726,9 +1726,7 @@ /* FIXME: instead of copying stuff from SKIN_MAIN, we should use transparency or resize widget */ if (xsrc+width > pixmap->width || ysrc+height > pixmap->height) { - if (pixmap_id == SKIN_NUMBERS) { - xsrc = 90; - } else if (pixmap_id == SKIN_MONOSTEREO) { + if (pixmap_id == SKIN_MONOSTEREO) { /* XMMS skins seems to have SKIN_MONOSTEREO with size 58x20 instead of 58x24 */ gdk_draw_drawable(drawable, gc, skin_get_pixmap(bmp_active_skin, SKIN_MAIN)->pixmap, 212 + xdest, 41, xdest, ydest, width, height);