Mercurial > audlegacy
changeset 3266:24040bb7b2a8 trunk
merged with master
author | Ben Tucker <ben.tucker@gmail.com> |
---|---|
date | Thu, 02 Aug 2007 09:19:57 -0700 |
parents | fb23cdc95976 (current diff) db3983f423f3 (diff) |
children | 21c583c5b71d |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/ui_playlist.c Thu Aug 02 08:29:59 2007 -0700 +++ b/src/audacious/ui_playlist.c Thu Aug 02 09:19:57 2007 -0700 @@ -2013,7 +2013,8 @@ if (win == NULL || cfg.show_filepopup_for_tuple == FALSE || UI_SKINNED_PLAYLIST(playlistwin_list)->tooltips == FALSE - || pos != prev_pos) + || pos != prev_pos + || win != playlistwin_list->window) { prev_pos = pos; ctr = 0;