changeset 3936:b7e9ec2ac6d9

oh, I forgot about that
author Tomasz Mon <desowin@gmail.com>
date Thu, 15 Nov 2007 10:47:16 +0100
parents 9802c6f2b25a
children edab215c5047
files src/audacious/skin.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);