# HG changeset patch # User js # Date 1168357501 28800 # Node ID 1db6ecbedb277d68a07216ca3c1b6c7f3ec29f75 # Parent 68bd03308fa4e482886a081b83522bbe690c8846 [svn] Change /home/js/.audacious to /home/js/.config/audacious diff -r 68bd03308fa4 -r 1db6ecbedb27 ChangeLog --- a/ChangeLog Mon Jan 08 21:55:14 2007 -0800 +++ b/ChangeLog Tue Jan 09 07:45:01 2007 -0800 @@ -1,3 +1,11 @@ +2007-01-09 05:55:14 +0000 William Pitcock + revision [3610] + - remove two unused labels + + trunk/audacious/glade/prefswin.glade | 42 +---------------------------------- + 1 file changed, 2 insertions(+), 40 deletions(-) + + 2007-01-08 22:01:50 +0000 William Pitcock revision [3608] - oops i think i forgot this \o/ diff -r 68bd03308fa4 -r 1db6ecbedb27 configure.ac --- a/configure.ac Mon Jan 08 21:55:14 2007 -0800 +++ b/configure.ac Tue Jan 09 07:45:01 2007 -0800 @@ -60,7 +60,7 @@ AC_ARG_WITH(rc-path, [ --with-rc-path=path Resource and configuration path for audacious relative to $HOME.], [rc_path=$withval], - [rc_path=.audacious] + [rc_path=.config/audacious] ) AC_DEFINE_UNQUOTED(BMP_RCPATH, "$rc_path", [Resource and configuration path for audacious relative to $HOME.]