Mercurial > audlegacy-plugins
changeset 746:40fb4189fa88 trunk
[svn] - aosd: replaced other occurrencies of glib18n with audacious i18n
author | giacomo |
---|---|
date | Tue, 27 Feb 2007 16:51:52 -0800 |
parents | 153bb82ff081 |
children | fab906be0f55 |
files | ChangeLog src/aosd/aosd_style.c src/aosd/aosd_style.h src/aosd/aosd_trigger.c src/aosd/aosd_trigger.h |
diffstat | 5 files changed, 18 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <james@develia.org> + 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 <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
--- 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 <glib.h> -#include <glib/gi18n.h> +#include <audacious/i18n.h> #include <X11/Xlib.h> #include <cairo/cairo.h> #include <pango/pangocairo.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 <glib.h>
--- 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 <glib.h> -#include <glib/gi18n.h> +#include <audacious/i18n.h> #include <audacious/playlist.h> #include <audacious/strings.h> #include <audacious/hook.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 <glib.h>