Mercurial > audlegacy
changeset 3057:ad11e9cf86a4
correct tinyplayer skin
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Fri, 13 Jul 2007 12:35:08 +0200 |
parents | 41d3854f3625 |
children | 766a0fd12f7d f58cbfe8df1b |
files | src/audacious/ui_main.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/ui_main.c Fri Jul 13 11:48:21 2007 +0200 +++ b/src/audacious/ui_main.c Fri Jul 13 12:35:08 2007 +0200 @@ -732,6 +732,11 @@ gtk_widget_hide(mainwin_othertext); } + if (bmp_active_skin->properties.mainwin_vis_visible) + gtk_widget_show(mainwin_vis); + else + gtk_widget_hide(mainwin_vis); + /* positioning and size attributes */ if (bmp_active_skin->properties.mainwin_vis_x && bmp_active_skin->properties.mainwin_vis_y) gtk_fixed_move(GTK_FIXED(SKINNED_WINDOW(mainwin)->fixed), GTK_WIDGET(mainwin_vis), bmp_active_skin->properties.mainwin_vis_x,