Mercurial > audlegacy
changeset 2350:54cb84d3a581 trunk
[svn] D'oh. I was really too tired when I wrote this. Fixed stupid bugs.
author | js |
---|---|
date | Tue, 16 Jan 2007 11:12:11 -0800 |
parents | aa15ae72f7fb |
children | 911743d27aba |
files | ChangeLog migrate_config.sh |
diffstat | 2 files changed, 11 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jan 16 10:35:30 2007 -0800 +++ b/ChangeLog Tue Jan 16 11:12:11 2007 -0800 @@ -1,3 +1,10 @@ +2007-01-16 18:35:30 +0000 Jonathan Schleifer <js@h3c.de> + revision [3708] + Replaced intricate part. + trunk/migrate_config.sh | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + + 2007-01-16 18:33:13 +0000 Giacomo Lozito <james@develia.org> revision [3706] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
--- a/migrate_config.sh Tue Jan 16 10:35:30 2007 -0800 +++ b/migrate_config.sh Tue Jan 16 11:12:11 2007 -0800 @@ -20,9 +20,9 @@ mv "$HOME/$BMP_RCPATH/config" "$XDG_CONFIG_HOME/audacious/" mv "$HOME/$BMP_RCPATH/playlist.xspf" "$XDG_CONFIG_HOME/audacious/" -mv "$HOME/$BMP_RCPATH/Plugins" "$XDG_CONFIG_HOME/" -mv "$HOME/$BMP_RCPATH/Skins" "$XDG_DATA_HOME/" -mv "$HOME/$BMP_RCPATH/accels" "$XDG_CONFIG_HOME/" -mv "$HOME/$BMP_RCPATH/log" "$XDG_CONFIG_HOME/" +mv "$HOME/$BMP_RCPATH/Plugins" "$XDG_CONFIG_HOME/audacious/" +mv "$HOME/$BMP_RCPATH/Skins" "$XDG_DATA_HOME/audacious/" +mv "$HOME/$BMP_RCPATH/accels" "$XDG_CONFIG_HOME/audacious/" +mv "$HOME/$BMP_RCPATH/log" "$XDG_CONFIG_HOME/audacious/" echo "Conversion done. Please move the remaining files manually."