# HG changeset patch # User Ben Tucker # Date 1186071597 25200 # Node ID 24040bb7b2a89b3cff57ad10c5d8f6fabc5605ef # Parent fb23cdc95976e31a9024b0d9843262684deda97a# Parent db3983f423f3575fba8fe5cfc784551949661a38 merged with master diff -r fb23cdc95976 -r 24040bb7b2a8 src/audacious/ui_playlist.c --- 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;