Mercurial > audlegacy-plugins
changeset 745:153bb82ff081 trunk
[svn] - aosd: use audacious-plugins as PACKAGE for i18n
author | giacomo |
---|---|
date | Tue, 27 Feb 2007 16:45:04 -0800 |
parents | c380f078aa26 |
children | 40fb4189fa88 |
files | ChangeLog src/aosd/aosd.c src/aosd/aosd.h src/aosd/aosd_ui.c src/aosd/aosd_ui.h |
diffstat | 5 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Feb 27 10:15:17 2007 -0800 +++ b/ChangeLog Tue Feb 27 16:45:04 2007 -0800 @@ -1,3 +1,10 @@ +2007-02-27 18:15:17 +0000 Giacomo Lozito <james@develia.org> + revision [1586] + - scrobbler: check that there are files in playlist at all, before looking up whether they are http sources or not + trunk/src/scrobbler/plugin.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + + 2007-02-27 14:41:02 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [1584] - fix a crash reported by grufti.
--- a/src/aosd/aosd.c Tue Feb 27 10:15:17 2007 -0800 +++ b/src/aosd/aosd.c Tue Feb 27 16:45:04 2007 -0800 @@ -23,6 +23,7 @@ #include "aosd_cfg.h" #include "aosd_trigger.h" #include <audacious/input.h> +#include <audacious/i18n.h> aosd_cfg_t * global_config = NULL;
--- a/src/aosd/aosd.h Tue Feb 27 10:15:17 2007 -0800 +++ b/src/aosd/aosd.h Tue Feb 27 16:45:04 2007 -0800 @@ -21,6 +21,9 @@ #ifndef _I_AOSD_H #define _I_AOSD_H 1 +#undef PACKAGE +#define PACKAGE "audacious-plugins" + #include "aosd_common.h" #include <glib.h> #include <audacious/plugin.h>
--- a/src/aosd/aosd_ui.c Tue Feb 27 10:15:17 2007 -0800 +++ b/src/aosd/aosd_ui.c Tue Feb 27 16:45:04 2007 -0800 @@ -23,8 +23,8 @@ #include "aosd_trigger.h" #include "aosd_cfg.h" #include "aosd_osd.h" +#include <audacious/i18n.h> #include <glib.h> -#include <glib/gi18n.h> #include <gdk/gdk.h> #include <gtk/gtk.h>