Mercurial > audlegacy
changeset 1389:c19443be579d trunk
[svn] ensure that the fileinfo popup in playlist disappears when the cursor is moved again
author | giacomo |
---|---|
date | Mon, 10 Jul 2006 08:40:14 -0700 |
parents | b8e521f642e4 |
children | dfa069085cbb |
files | ChangeLog audacious/ui_fileinfo.c |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <yaz@cc.rim.or.jp> + 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 <james@develia.org> revision [1688] import amidi-plug 0.5
--- 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; }