# HG changeset patch # User Tomasz Mon # Date 1195120036 -3600 # Node ID b7e9ec2ac6d9fc012b325ad358a77b39bb057e24 # Parent 9802c6f2b25ae942a50f6ec3c8b5448e191ad878 oh, I forgot about that diff -r 9802c6f2b25a -r b7e9ec2ac6d9 src/audacious/skin.c --- a/src/audacious/skin.c Thu Nov 15 10:45:59 2007 +0100 +++ b/src/audacious/skin.c Thu Nov 15 10:47:16 2007 +0100 @@ -1369,8 +1369,8 @@ gdk_rgb_get_visual()->depth); gc = gdk_gc_new(pixmap); - skin_draw_pixmap(NULL, skin, pixmap, gc, SKIN_NUMBERS, 0, 0, 0, 0, 99, 13); - skin_draw_pixmap(NULL, skin, pixmap, gc, SKIN_NUMBERS, 90, 0, 99, 0, 9, 13); + skin_draw_pixmap(NULL, skin, pixmap, gc, SKIN_NUMBERS, 0, 0, 0, 0, 99, numbers->current_height); + skin_draw_pixmap(NULL, skin, pixmap, gc, SKIN_NUMBERS, 90, 0, 99, 0, 9, numbers->current_height); skin_draw_pixmap(NULL, skin, pixmap, gc, SKIN_NUMBERS, 20, 6, 101, 6, 5, 1); g_object_unref(numbers->pixmap);