changeset 2301:1db6ecbedb27 trunk

[svn] Change /home/js/.audacious to /home/js/.config/audacious
author js
date Tue, 09 Jan 2007 07:45:01 -0800
parents 68bd03308fa4
children a73097e58abb
files ChangeLog configure.ac
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [3608]
   - oops i think i forgot this \o/
--- 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.]