changeset 1268:97fd96ee4b84 trunk

[svn] - generic info box support
author nenolod
date Thu, 15 Jun 2006 22:15:56 -0700
parents d5361c48bb18
children 681b629322c4
files ChangeLog audacious/ui_fileinfo.c
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jun 15 22:13:55 2006 -0700
+++ b/ChangeLog	Thu Jun 15 22:15:56 2006 -0700
@@ -1,3 +1,13 @@
+2006-06-16 05:13:55 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1448]
+  - more fun
+  
+
+  Changes:        Modified:
+  +33 -0          trunk/audacious/ui_fileinfo.c  
+  +2 -0           trunk/audacious/ui_fileinfo.h  
+
+
 2006-06-16 05:01:34 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1446]
   - the fileinfo window is not visible by default
--- a/audacious/ui_fileinfo.c	Thu Jun 15 22:13:55 2006 -0700
+++ b/audacious/ui_fileinfo.c	Thu Jun 15 22:15:56 2006 -0700
@@ -155,9 +155,8 @@
 {
 	TitleInput *tuple = input_get_song_tuple(path);
 
-	/* FIXME: what to do here? */
 	if (tuple == NULL)
-		return;
+		return input_file_info_box(path);
 
 	fileinfo_show_for_tuple(tuple);