Mercurial > audlegacy
changeset 1285:000a0c4207ae trunk
[svn] - complete fix
author | nenolod |
---|---|
date | Sun, 18 Jun 2006 00:40:44 -0700 |
parents | 13d5b542f4fd |
children | f8c976466f60 |
files | ChangeLog audacious/ui_fileinfo.c |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Jun 18 00:28:12 2006 -0700 +++ b/ChangeLog Sun Jun 18 00:40:44 2006 -0700 @@ -1,3 +1,13 @@ +2006-06-18 07:28:12 +0000 William Pitcock <nenolod@nenolod.net> + revision [1480] + - kludge + + + Changes: Modified: + +7 -0 trunk/audacious/ui_fileinfo.c + +1 -0 trunk/audacious/ui_playlist.h + + 2006-06-18 03:30:31 +0000 William Pitcock <nenolod@nenolod.net> revision [1478] - when hovering over a playlist tuple, describe the tuple via a tooltip-like popup
--- a/audacious/ui_fileinfo.c Sun Jun 18 00:28:12 2006 -0700 +++ b/audacious/ui_fileinfo.c Sun Jun 18 00:40:44 2006 -0700 @@ -130,7 +130,7 @@ gdk_window_get_pointer(playlistwin->window, &x, &y, NULL); - if (playlistwin_is_shaded()) + if (playlistwin_is_shaded() || playlistwin_shade->pb_allow_draw == FALSE) { ctr = 0; return TRUE;