# HG changeset patch # User nenolod # Date 1150624023 25200 # Node ID 3137c50451e235eadb560baa90edcb848fb5bdf5 # Parent c992dd64c8d1f82932d494c7b590da06b361b877 [svn] - entirely unwire tooltips if the playlist is shaded diff -r c992dd64c8d1 -r 3137c50451e2 ChangeLog --- 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 + revision [1494] + - more difftable corrections + + + Changes: Modified: + +2 -3 trunk/Plugins/Input/mpg123/layer3.c + + 2006-06-18 09:08:13 +0000 William Pitcock revision [1492] - fix several difftables (fixes via me) diff -r c992dd64c8d1 -r 3137c50451e2 audacious/ui_fileinfo.c --- 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;