Mercurial > audlegacy
changeset 1330:78f239f65a35 trunk
[svn] added free
author | nemo |
---|---|
date | Mon, 26 Jun 2006 21:28:56 -0700 |
parents | f281b8f7a719 |
children | 8e3f13cc95ff |
files | ChangeLog audacious/ui_fileinfo.c |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Jun 24 19:00:08 2006 -0700 +++ b/ChangeLog Mon Jun 26 21:28:56 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-25 02:00:08 +0000 Tony Vroon <chainsaw@gentoo.org> + revision [1570] + Updated italian translation (and stop translating a set of line separators), by Diego "Flameeyes" Petteno from Gentoo. + + Changes: Modified: + +1 -1 trunk/Plugins/Input/modplug/gui/interface.cpp + +68 -79 trunk/po/it.po + + 2006-06-24 22:33:41 +0000 Tony Vroon <chainsaw@gentoo.org> revision [1568] Deactivate unused check_command function to squash 1 warning.
--- a/audacious/ui_fileinfo.c Sat Jun 24 19:00:08 2006 -0700 +++ b/audacious/ui_fileinfo.c Mon Jun 26 21:28:56 2006 -0700 @@ -330,6 +330,7 @@ { tmp = g_strdup_printf("%s/%s", tuple->file_path, f); fileinfo_entry_set_image("image_artwork", tmp); + g_free(tmp); f = NULL; } else @@ -380,6 +381,7 @@ { tmp = g_strdup_printf("%s/%s", tuple->file_path, f); filepopup_entry_set_image("image_artwork", tmp); + g_free(tmp); f = NULL; } else