Mercurial > audlegacy
changeset 2909:4829dd0c8975 trunk
fix double-size
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Thu, 28 Jun 2007 16:46:33 +0200 |
parents | 6a474a7954a0 |
children | 6cd68e70e86d |
files | src/audacious/ui_skinned_button.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/ui_skinned_button.c Thu Jun 28 02:25:55 2007 -0500 +++ b/src/audacious/ui_skinned_button.c Thu Jun 28 16:46:33 2007 +0200 @@ -326,9 +326,6 @@ if (GDK_IS_WINDOW(button->event_window)) gdk_window_move_resize (button->event_window, widget->allocation.x, widget->allocation.y, widget->allocation.width, widget->allocation.height); - - button->x = widget->allocation.x; - button->y = widget->allocation.y; } static void button_pressed(UiSkinnedButton *button) {