# HG changeset patch # User mf0102 # Date 1170093326 28800 # Node ID af8b86badfdbf5f04e4d7da7062c3b3462dae5bd # Parent 7f0318090690ecc4a1f51b2c1b46683a80889967 [svn] - Cleaned up a bit diff -r 7f0318090690 -r af8b86badfdb ChangeLog --- a/ChangeLog Mon Jan 29 07:08:18 2007 -0800 +++ b/ChangeLog Mon Jan 29 09:55:26 2007 -0800 @@ -1,3 +1,10 @@ +2007-01-29 15:08:18 +0000 Giacomo Lozito + revision [3890] + - set the gtk2 fileopener position to the center of the screen + trunk/src/audacious/ui_fileopener.c | 1 + + 1 file changed, 1 insertion(+) + + 2007-01-29 06:19:02 +0000 Daniel Barkalow revision [3888] Allow input plugin that implements get_volume to punt to the output plugin. diff -r 7f0318090690 -r af8b86badfdb src/audacious/Makefile --- a/src/audacious/Makefile Mon Jan 29 07:08:18 2007 -0800 +++ b/src/audacious/Makefile Mon Jan 29 09:55:26 2007 -0800 @@ -9,22 +9,22 @@ LDFLAGS += $(AUDLDFLAGS) LDADD = \ - -L.. $(LTLIBINTL) \ + -L.. $(LTLIBINTL) \ -L../libaudacious -laudacious \ $(CHARDET_LIBS) \ - $(GTK_LIBS) \ + $(GTK_LIBS) \ $(LIBGLADE_LIBS) \ - $(REGEX_LIBS) \ + $(REGEX_LIBS) \ ./widgets/libwidgets.a CFLAGS += \ - $(GTK_CFLAGS) \ + $(GTK_CFLAGS) \ $(LIBGLADE_CFLAGS) \ - $(BEEP_DEFINES) \ - $(ARCH_DEFINES) \ - $(REGEX_CFLAGS) \ + $(BEEP_DEFINES) \ + $(ARCH_DEFINES) \ + $(REGEX_CFLAGS) \ -D_AUDACIOUS_CORE \ - -I.. -I../.. \ + -I.. -I../.. \ -I../intl HEADERS = \ @@ -38,11 +38,10 @@ playlist_container.h \ plugin.h \ strings.h \ + titlestring.h \ ui_fileinfopopup.h \ ui_preferences.h \ util.h \ - strings.h \ - titlestring.h \ vfs.h \ vfs_buffer.h \ xconvert.h diff -r 7f0318090690 -r af8b86badfdb src/audacious/platform/smartinclude.h --- a/src/audacious/platform/smartinclude.h Mon Jan 29 07:08:18 2007 -0800 +++ b/src/audacious/platform/smartinclude.h Mon Jan 29 09:55:26 2007 -0800 @@ -19,17 +19,11 @@ #include #ifdef GDK_WINDOWING_X11 - # include -# include -# include - #endif #ifdef GDK_WINDOWING_WIN32 - # include - #endif #include diff -r 7f0318090690 -r af8b86badfdb src/audacious/widgets/playlist_list.c --- a/src/audacious/widgets/playlist_list.c Mon Jan 29 07:08:18 2007 -0800 +++ b/src/audacious/widgets/playlist_list.c Mon Jan 29 09:55:26 2007 -0800 @@ -136,8 +136,6 @@ #ifdef GDK_WINDOWING_X11 #include -#include -#include GdkDrawable *get_transparency_pixmap(void) {