changeset 798:a1d56f2c8bb1 trunk

[svn] - amidi-plug: change version number to reflect the code differences between audacious version and stand-alone version
author giacomo
date Fri, 09 Mar 2007 12:42:48 -0800
parents 19e08e104ba6
children d200de50a1fc
files ChangeLog src/amidi-plug/i_common.h
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <james@develia.org>
+  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 <james@develia.org>
   revision [1690]
   statusicon: improvements in title changes detection while the popup is being displayed
--- 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)