diff src/xs_init.c @ 232:e613873c3379

Thread locking now final. All parts, including GTK GUI, should be(?) properly locked and no race conditions should be present.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 13:13:05 +0000
parents 608f31f6c095
children d04191d1ea64
line wrap: on
line diff
--- a/src/xs_init.c	Tue Dec 21 13:12:04 2004 +0000
+++ b/src/xs_init.c	Tue Dec 21 13:13:05 2004 +0000
@@ -46,7 +46,7 @@
 	NULL,			/* Send data to Visualization plugin */
 	NULL, NULL,		/* FILLED BY XMMS */
 	xs_get_song_info,	/* Get song title and length */
-	NULL, /*xs_fileinfo,		Show file-information dialog */
+	xs_fileinfo,		/* Show file-information dialog */
 	NULL			/* FILLED BY XMMS */
 };