Mercurial > audlegacy
changeset 3017:80cf8f8b0651 trunk
branch merge
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Mon, 09 Jul 2007 13:05:05 +0200 |
parents | e84073b61ba5 (diff) 02a62ac3d9c2 (current diff) |
children | 89b85a1b7fd2 6065d70cb790 |
files | |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/ui_main.c Mon Jul 09 05:17:21 2007 -0500 +++ b/src/audacious/ui_main.c Mon Jul 09 13:05:05 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 {