Mercurial > audlegacy
changeset 1390:dfa069085cbb trunk
[svn] - use default 'plugins' icon for now.
author | nenolod |
---|---|
date | Mon, 10 Jul 2006 14:04:49 -0700 |
parents | c19443be579d |
children | 38585aa7468c |
files | ChangeLog Plugins/General/song_change/song_change.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <james@develia.org> + 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 <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.
--- 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); }