changeset 402:1d50eb0b5a0a trunk

[svn] - chase prefswin -> ui_preferences in audacious core
author nenolod
date Tue, 02 Jan 2007 22:28:23 -0800
parents 192004e2a1b7
children 2a762925c469
files ChangeLog src/scrobbler/plugin.c src/song_change/song_change.c
diffstat 3 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <yaz@cc.rim.or.jp>
+  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 <chainsaw@gentoo.org>
   revision [876]
   Play those supertux tunes.
--- 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 <gtk/gtk.h>
 
 #include <audacious/plugin.h>
-#include <audacious/prefswin.h>
+#include <audacious/ui_preferences.h>
 #include <audacious/playlist.h>
 #include <audacious/configdb.h>
 #include <audacious/beepctrl.h>
--- 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 <string.h>
 
 #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"