Mercurial > audlegacy
changeset 3016:e84073b61ba5 trunk
fix tinyplayer skin
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Mon, 09 Jul 2007 13:02:50 +0200 |
parents | d891850c4042 |
children | 80cf8f8b0651 |
files | src/audacious/ui_main.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/ui_main.c Mon Jul 09 12:08:39 2007 +0200 +++ b/src/audacious/ui_main.c Mon Jul 09 13:02:50 2007 +0200 @@ -663,6 +663,9 @@ if (bmp_active_skin->properties.mainwin_othertext_visible) gtk_widget_show(mainwin_othertext); + else + if (GTK_WIDGET_VISIBLE(mainwin_othertext)) + gtk_widget_hide(mainwin_othertext); } else {