Mercurial > audlegacy
changeset 2285:1bb48dae5ea1 trunk
[svn] - update bugreporting address
author | nenolod |
---|---|
date | Fri, 05 Jan 2007 18:50:00 -0800 |
parents | a4bb113088fb |
children | 861e6e6edd59 |
files | ChangeLog audtool/audtool.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Jan 05 17:59:08 2007 -0800 +++ b/ChangeLog Fri Jan 05 18:50:00 2007 -0800 @@ -1,3 +1,11 @@ +2007-01-06 01:59:08 +0000 William Pitcock <nenolod@nenolod.net> + revision [3576] + - fix "load files" action + + trunk/audacious/ui_main.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2007-01-06 01:31:19 +0000 Giacomo Lozito <james@develia.org> revision [3574] - avoid cpu raising when get_info_on_demand and get_info_on_load are both FALSE; and prevent the combo from happening at all
--- a/audtool/audtool.c Fri Jan 05 17:59:08 2007 -0800 +++ b/audtool/audtool.c Fri Jan 05 18:50:00 2007 -0800 @@ -955,5 +955,5 @@ } g_print("\nHandlers may be prefixed with `--' (GNU-style long-options) or not, your choice.\n"); - g_print("Report bugs to http://bugs.audacious-media-player.org.\n"); + g_print("Report bugs to http://bugs-meta.atheme.org/\n"); }