# HG changeset patch # User William Pitcock # Date 1184041189 18000 # Node ID 89b85a1b7fd223a1fc420a492be65e0971705704 # Parent 6a9fdd5aee3a2c46fbe9e052672da9d67df0cdee# Parent 80cf8f8b06517eab6c1ba2f0bbf8ef56e53408e2 Automated merge with ssh://hg.atheme.org//hg/audacious diff -r 6a9fdd5aee3a -r 89b85a1b7fd2 src/audacious/ui_main.c --- 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 {