# HG changeset patch # User giacomo # Date 1173472968 28800 # Node ID a1d56f2c8bb112cb4a43fdd5ffcfae143022a528 # Parent 19e08e104ba657025d2bdfb641a9135c03d7c01c [svn] - amidi-plug: change version number to reflect the code differences between audacious version and stand-alone version diff -r 19e08e104ba6 -r a1d56f2c8bb1 ChangeLog --- a/ChangeLog Thu Mar 08 09:24:04 2007 -0800 +++ b/ChangeLog Fri Mar 09 12:42:48 2007 -0800 @@ -1,3 +1,11 @@ +2007-03-08 17:24:04 +0000 Giacomo Lozito + revision [1692] + - madplug: do not call set_info repeatedly in input_process_remote_metadata, only call it when the built title string actually differs from the previous one + trunk/src/madplug/input.c | 19 ++++++++++++++++--- + trunk/src/madplug/plugin.h | 1 + + 2 files changed, 17 insertions(+), 3 deletions(-) + + 2007-03-08 12:20:23 +0000 Giacomo Lozito revision [1690] statusicon: improvements in title changes detection while the popup is being displayed diff -r 19e08e104ba6 -r a1d56f2c8bb1 src/amidi-plug/i_common.h --- a/src/amidi-plug/i_common.h Thu Mar 08 09:24:04 2007 -0800 +++ b/src/amidi-plug/i_common.h Fri Mar 09 12:42:48 2007 -0800 @@ -43,7 +43,7 @@ #endif /* DEBUG */ -#define AMIDIPLUG_VERSION "0.7" +#define AMIDIPLUG_VERSION "0.7+" #define PLAYER_NAME "Audacious" #define PLAYER_LOCALRCDIR ".audacious" #define G_PATH_GET_BASENAME(x) g_path_get_basename(x)