changeset 2761:7ddfc7b76b90 trunk

[svn] - Change reference to user specific skin directory to ~/.local/share/audacious/Skins
author ertzing
date Sat, 12 May 2007 11:44:30 -0700
parents c2613269f913
children c89362b15525
files ChangeLog man/audacious.1.in src/audacious/build_stamp.c
diffstat 3 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 12 05:20:40 2007 -0700
+++ b/ChangeLog	Sat May 12 11:44:30 2007 -0700
@@ -1,3 +1,11 @@
+2007-05-12 12:20:40 +0000  Giacomo Lozito <james@develia.org>
+  revision [4546]
+  - auddrct: more calls implemented (part 6)
+  trunk/src/audacious/auddrct.c |   95 +++++++++++++++++++++++++++++++++++++++++-
+  trunk/src/audacious/auddrct.h |    6 ++
+  2 files changed, 99 insertions(+), 2 deletions(-)
+
+
 2007-05-12 04:57:25 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [4544]
   - encode songtitle in utf8 before passing to XChat.
--- a/man/audacious.1.in	Sat May 12 05:20:40 2007 -0700
+++ b/man/audacious.1.in	Sat May 12 11:44:30 2007 -0700
@@ -53,7 +53,7 @@
 Audacious supports Winamp Classic style skins.  Skins may be stored in either
 archived (\fI.zip\fP, \fI.wsz\fP, \fI.tgz\fP, \fI.tar.gz\fP, 
 or \fI.tar.bz2\fP) or unarchived format.  Audacious looks for skinfiles in
-@datarootdir@/audacious/Skins, ~/.audacious/Skins, and locations specified by the
+@datarootdir@/audacious/Skins, ~/.local/share/audacious/Skins, and locations specified by the
 \fBSKINSDIR\fP variable.
 .SH KEYBINDINGS
 Global keybindings for Audacious:
--- a/src/audacious/build_stamp.c	Sat May 12 05:20:40 2007 -0700
+++ b/src/audacious/build_stamp.c	Sat May 12 11:44:30 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070512-4544";
+const gchar *svn_stamp = "20070512-4546";