Mercurial > audlegacy
changeset 1177:0c6168fdad36 trunk
[svn] - grr again
author | nenolod |
---|---|
date | Sun, 11 Jun 2006 20:29:09 -0700 |
parents | 6549a4c58e15 |
children | ae173b6e65a3 |
files | ChangeLog Plugins/General/scrobbler/_config.h Plugins/General/scrobbler/config.h |
diffstat | 3 files changed, 25 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Jun 11 20:29:00 2006 -0700 +++ b/ChangeLog Sun Jun 11 20:29:09 2006 -0700 @@ -1,3 +1,14 @@ +2006-06-12 03:29:00 +0000 William Pitcock <nenolod@nenolod.net> + revision [1262] + - grr + + + Changes: Modified: + +0 -14 trunk/Plugins/General/scrobbler/config.h + +19 -37 trunk/Plugins/General/scrobbler/configure.c + +11 -4 trunk/Plugins/General/scrobbler/xmms_scrobbler.c + + 2006-06-12 03:11:40 +0000 William Pitcock <nenolod@nenolod.net> revision [1260] prefswin_page_new():
--- a/Plugins/General/scrobbler/_config.h Sun Jun 11 20:29:00 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -#include "../../../config.h" - -#ifndef __SCROBBLER_CONFIG_H__ -#define __SCROBBLER_CONFIG_H__ - -#define DEBUG 0 -#define META_DEBUG 0 -#define SUB_DEBUG 0 -#define CLIENT "Audacious" -#define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION -#define MAKE_BMP -#define ALLOW_MULTIPLE - -#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/General/scrobbler/config.h Sun Jun 11 20:29:09 2006 -0700 @@ -0,0 +1,14 @@ +#include "../../../config.h" + +#ifndef __SCROBBLER_CONFIG_H__ +#define __SCROBBLER_CONFIG_H__ + +#define DEBUG 0 +#define META_DEBUG 0 +#define SUB_DEBUG 0 +#define CLIENT "Audacious" +#define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION +#define MAKE_BMP +#define ALLOW_MULTIPLE + +#endif