changeset 3226:db3983f423f3 trunk

show fileinfopopup only when mouse is over playlistwin_list
author Tomasz Mon <desowin@gmail.com>
date Thu, 02 Aug 2007 17:42:38 +0200
parents 939a44cae771
children 2619f4c62abe 24040bb7b2a8
files src/audacious/ui_playlist.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;