# HG changeset patch # User nenolod # Date 1150434956 25200 # Node ID 97fd96ee4b8459ffd935b41d3711bc9d87fb0507 # Parent d5361c48bb18c58e9efa1c315a91a9a14d7bb32a [svn] - generic info box support diff -r d5361c48bb18 -r 97fd96ee4b84 ChangeLog --- 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 + 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 revision [1446] - the fileinfo window is not visible by default diff -r d5361c48bb18 -r 97fd96ee4b84 audacious/ui_fileinfo.c --- 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);