# HG changeset patch # User giacomo # Date 1152546014 25200 # Node ID c19443be579df3d2556cba677c836da2ac2fda74 # Parent b8e521f642e45db08b5356da44567b97133ac995 [svn] ensure that the fileinfo popup in playlist disappears when the cursor is moved again diff -r b8e521f642e4 -r c19443be579d ChangeLog --- a/ChangeLog Mon Jul 10 06:41:11 2006 -0700 +++ b/ChangeLog Mon Jul 10 08:40:14 2006 -0700 @@ -1,3 +1,15 @@ +2006-07-10 13:41:11 +0000 Yoshiki Yazawa + revision [1690] + - when the playlist page of the preferences window is shown, the checkbox for filepopup follows the popup menu now. + - tweaks descriptions (s/song/entry/). + + + Changes: Modified: + +2 -2 trunk/audacious/glade/prefswin.glade + +2 -0 trunk/audacious/prefswin.c + +5 -0 trunk/audacious/ui_playlist.c + + 2006-07-10 11:52:51 +0000 Giacomo Lozito revision [1688] import amidi-plug 0.5 diff -r b8e521f642e4 -r c19443be579d audacious/ui_fileinfo.c --- a/audacious/ui_fileinfo.c Mon Jul 10 06:41:11 2006 -0700 +++ b/audacious/ui_fileinfo.c Mon Jul 10 08:40:14 2006 -0700 @@ -185,6 +185,9 @@ || gdk_window_at_pointer(NULL, NULL) == NULL) { ctr = 0; + if ( filepopup_win->window != NULL && + gdk_window_is_viewable(GDK_WINDOW(filepopup_win->window)) ) + filepopup_hide(NULL); return TRUE; }