changeset 3019:89b85a1b7fd2 trunk

Automated merge with ssh://hg.atheme.org//hg/audacious
author William Pitcock <nenolod@atheme-project.org>
date Mon, 09 Jul 2007 23:19:49 -0500
parents 6a9fdd5aee3a (current diff) 80cf8f8b0651 (diff)
children e3d7490ffd15
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 23:19:35 2007 -0500
+++ b/src/audacious/ui_main.c	Mon Jul 09 23:19:49 2007 -0500
@@ -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
     {