Mercurial > audlegacy
changeset 2702:89155edffa31 trunk
[svn] - rename *class prototypes to *klass to avoid keyword collisions in sun studio and icc.
author | nenolod |
---|---|
date | Mon, 07 May 2007 17:09:15 -0700 |
parents | 906caaf4737d |
children | fa67680f3a29 |
files | ChangeLog src/audacious/build_stamp.c src/audacious/dbus.c |
diffstat | 3 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun May 06 15:16:34 2007 -0700 +++ b/ChangeLog Mon May 07 17:09:15 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-06 22:16:34 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4428] + - fix cuesheet bug in a better way (e.g. unbreak http:// streams) + + trunk/src/audacious/playlist.c | 7 ++----- + 1 file changed, 2 insertions(+), 5 deletions(-) + + 2007-05-05 23:50:36 +0000 Ben Tucker <bnt@interchange.ubc.ca> revision [4426] Improved DBus initialization and fixed a warning.
--- a/src/audacious/build_stamp.c Sun May 06 15:16:34 2007 -0700 +++ b/src/audacious/build_stamp.c Mon May 07 17:09:15 2007 -0700 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070505-4426"; +const gchar *svn_stamp = "20070506-4428";
--- a/src/audacious/dbus.c Sun May 06 15:16:34 2007 -0700 +++ b/src/audacious/dbus.c Mon May 07 17:09:15 2007 -0700 @@ -41,7 +41,7 @@ G_DEFINE_TYPE(RemoteObject, audacious_remote, G_TYPE_OBJECT); -void audacious_remote_class_init(RemoteObjectClass *class) {} +void audacious_remote_class_init(RemoteObjectClass *klass) {} void audacious_remote_init(RemoteObject *object) { GError *error = NULL;