# HG changeset patch # User Tomasz Mon # Date 1186069358 -7200 # Node ID db3983f423f3575fba8fe5cfc784551949661a38 # Parent 939a44cae771042aa8b4cfa91dc0f847daad5ad1 show fileinfopopup only when mouse is over playlistwin_list diff -r 939a44cae771 -r db3983f423f3 src/audacious/ui_playlist.c --- a/src/audacious/ui_playlist.c Thu Aug 02 17:26:12 2007 +0200 +++ b/src/audacious/ui_playlist.c Thu Aug 02 17:42:38 2007 +0200 @@ -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;