# HG changeset patch # User nenolod # Date 1167805703 28800 # Node ID 1d50eb0b5a0a0e311ef22039e2685e1dc64e1d73 # Parent 192004e2a1b7b327527f4dfc6c2a99df7d1dcdf7 [svn] - chase prefswin -> ui_preferences in audacious core diff -r 192004e2a1b7 -r 1d50eb0b5a0a ChangeLog --- a/ChangeLog Fri Dec 29 04:53:41 2006 -0800 +++ b/ChangeLog Tue Jan 02 22:28:23 2007 -0800 @@ -1,3 +1,14 @@ +2006-12-29 12:53:41 +0000 Yoshiki Yazawa + revision [878] + - add connection timeout option to curl_easy_perform(). hopefully, audacious can quit smoothly even though last.fm server goes down. + + trunk/src/scrobbler/gerpok.c | 4 ++++ + trunk/src/scrobbler/hatena.c | 4 ++++ + trunk/src/scrobbler/scrobbler.c | 4 ++++ + trunk/src/scrobbler/scrobbler.h | 2 ++ + 4 files changed, 14 insertions(+) + + 2006-12-29 01:19:22 +0000 Tony Vroon revision [876] Play those supertux tunes. diff -r 192004e2a1b7 -r 1d50eb0b5a0a src/scrobbler/plugin.c --- a/src/scrobbler/plugin.c Fri Dec 29 04:53:41 2006 -0800 +++ b/src/scrobbler/plugin.c Tue Jan 02 22:28:23 2007 -0800 @@ -8,7 +8,7 @@ #include #include -#include +#include #include #include #include diff -r 192004e2a1b7 -r 1d50eb0b5a0a src/song_change/song_change.c --- a/src/song_change/song_change.c Fri Dec 29 04:53:41 2006 -0800 +++ b/src/song_change/song_change.c Tue Jan 02 22:28:23 2007 -0800 @@ -17,7 +17,7 @@ #include #include "audacious/plugin.h" -#include "audacious/prefswin.h" +#include "audacious/ui_preferences.h" #include "audacious/configdb.h" #include "audacious/beepctrl.h" #include "audacious/formatter.h"