diff src/audacious/ui_main.c @ 3016:e84073b61ba5 trunk

fix tinyplayer skin
author Tomasz Mon <desowin@gmail.com>
date Mon, 09 Jul 2007 13:02:50 +0200
parents 3c4ed53a685f
children 89b85a1b7fd2 6065d70cb790
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
     {