# HG changeset patch # User giacomo # Date 1172623912 28800 # Node ID 40fb4189fa885140d4bbfa4e7e057720b0085fb4 # Parent 153bb82ff0813574c386c0e41c8dd4f36198ea60 [svn] - aosd: replaced other occurrencies of glib18n with audacious i18n diff -r 153bb82ff081 -r 40fb4189fa88 ChangeLog --- a/ChangeLog Tue Feb 27 16:45:04 2007 -0800 +++ b/ChangeLog Tue Feb 27 16:51:52 2007 -0800 @@ -1,3 +1,13 @@ +2007-02-28 00:45:04 +0000 Giacomo Lozito + revision [1588] + - aosd: use audacious-plugins as PACKAGE for i18n + trunk/src/aosd/aosd.c | 1 + + trunk/src/aosd/aosd.h | 3 +++ + trunk/src/aosd/aosd_ui.c | 2 +- + trunk/src/aosd/aosd_ui.h | 3 +++ + 4 files changed, 8 insertions(+), 1 deletion(-) + + 2007-02-27 18:15:17 +0000 Giacomo Lozito revision [1586] - scrobbler: check that there are files in playlist at all, before looking up whether they are http sources or not diff -r 153bb82ff081 -r 40fb4189fa88 src/aosd/aosd_style.c --- a/src/aosd/aosd_style.c Tue Feb 27 16:45:04 2007 -0800 +++ b/src/aosd/aosd_style.c Tue Feb 27 16:51:52 2007 -0800 @@ -22,7 +22,7 @@ #include "aosd_style_private.h" #include "aosd_cfg.h" #include -#include +#include #include #include #include diff -r 153bb82ff081 -r 40fb4189fa88 src/aosd/aosd_style.h --- a/src/aosd/aosd_style.h Tue Feb 27 16:45:04 2007 -0800 +++ b/src/aosd/aosd_style.h Tue Feb 27 16:51:52 2007 -0800 @@ -21,6 +21,9 @@ #ifndef _I_AOSD_STYLE_H #define _I_AOSD_STYLE_H 1 +#undef PACKAGE +#define PACKAGE "audacious-plugins" + #include "aosd_common.h" #include diff -r 153bb82ff081 -r 40fb4189fa88 src/aosd/aosd_trigger.c --- a/src/aosd/aosd_trigger.c Tue Feb 27 16:45:04 2007 -0800 +++ b/src/aosd/aosd_trigger.c Tue Feb 27 16:51:52 2007 -0800 @@ -22,7 +22,7 @@ #include "aosd_trigger_private.h" #include "aosd_cfg.h" #include -#include +#include #include #include #include diff -r 153bb82ff081 -r 40fb4189fa88 src/aosd/aosd_trigger.h --- a/src/aosd/aosd_trigger.h Tue Feb 27 16:45:04 2007 -0800 +++ b/src/aosd/aosd_trigger.h Tue Feb 27 16:51:52 2007 -0800 @@ -21,6 +21,9 @@ #ifndef _I_AOSD_TRIGGER_H #define _I_AOSD_TRIGGER_H 1 +#undef PACKAGE +#define PACKAGE "audacious-plugins" + #include "aosd_common.h" #include "aosd_cfg.h" #include