diff src/cdaudio-ng/cdaudio-ng.c @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents 9550e809dc12
children cf4fa45ffd80
line wrap: on
line diff
--- a/src/cdaudio-ng/cdaudio-ng.c	Sat Oct 13 20:38:34 2007 -0500
+++ b/src/cdaudio-ng/cdaudio-ng.c	Sat Oct 13 20:43:07 2007 -0500
@@ -533,7 +533,7 @@
 	is_paused = FALSE;
 
 	tuple = create_tuple_from_trackinfo(pinputplayback->filename);
-	title = aud_tuple_formatter_make_title_string(tuple, get_gentitle_format());
+	title = aud_tuple_formatter_make_title_string(tuple, aud_get_gentitle_format());
 
 	pinputplayback->set_params(pinputplayback, title, calculate_track_length(trackinfo[trackno].startlsn, trackinfo[trackno].endlsn), 1411200, 44100, 2);
 	g_free(title);
@@ -774,7 +774,7 @@
 	Tuple *tuple = create_tuple_from_trackinfo(filename);
 
 	if (tuple) {
-		*title = aud_tuple_formatter_process_string(tuple, get_gentitle_format());
+		*title = aud_tuple_formatter_process_string(tuple, aud_get_gentitle_format());
 		aud_tuple_free(tuple);
 		tuple = NULL;
 	}