# HG changeset patch # User nenolod # Date 1152565489 25200 # Node ID dfa069085cbb6f80f7331c71d2773065503fe2b8 # Parent c19443be579df3d2556cba677c836da2ac2fda74 [svn] - use default 'plugins' icon for now. diff -r c19443be579d -r dfa069085cbb ChangeLog --- a/ChangeLog Mon Jul 10 08:40:14 2006 -0700 +++ b/ChangeLog Mon Jul 10 14:04:49 2006 -0700 @@ -1,3 +1,11 @@ +2006-07-10 15:40:14 +0000 Giacomo Lozito + revision [1692] + ensure that the fileinfo popup in playlist disappears when the cursor is moved again + + Changes: Modified: + +3 -0 trunk/audacious/ui_fileinfo.c + + 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. diff -r c19443be579d -r dfa069085cbb Plugins/General/song_change/song_change.c --- a/Plugins/General/song_change/song_change.c Mon Jul 10 08:40:14 2006 -0700 +++ b/Plugins/General/song_change/song_change.c Mon Jul 10 14:04:49 2006 -0700 @@ -294,7 +294,7 @@ timeout_tag = gtk_timeout_add(100, timeout_func, NULL); configure_vbox = configure(); - prefswin_page_new(configure_vbox, "Song Change", DATA_DIR "/images/songchange.png"); + prefswin_page_new(configure_vbox, "Song Change", DATA_DIR "/images/plugins.png"); configure_ok_cb(NULL, NULL); }