changeset 1292:3137c50451e2 trunk

[svn] - entirely unwire tooltips if the playlist is shaded
author nenolod
date Sun, 18 Jun 2006 02:47:03 -0700
parents c992dd64c8d1
children cb6cbcb30a21
files ChangeLog audacious/ui_fileinfo.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 18 02:45:57 2006 -0700
+++ b/ChangeLog	Sun Jun 18 02:47:03 2006 -0700
@@ -1,3 +1,12 @@
+2006-06-18 09:45:57 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1494]
+  - more difftable corrections
+  
+
+  Changes:        Modified:
+  +2 -3           trunk/Plugins/Input/mpg123/layer3.c  
+
+
 2006-06-18 09:08:13 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1492]
   - fix several difftables (fixes via me)
--- a/audacious/ui_fileinfo.c	Sun Jun 18 02:45:57 2006 -0700
+++ b/audacious/ui_fileinfo.c	Sun Jun 18 02:47:03 2006 -0700
@@ -126,7 +126,7 @@
 	TitleInput *tuple;
 	static gint prev_x = 0, prev_y = 0, ctr = 0;
 
-	if (playlistwin_list->pl_tooltips == FALSE)
+	if (playlistwin_is_shaded() || playlistwin_list->pl_tooltips == FALSE)
 	{
 		ctr = 0;
 		return TRUE;