# HG changeset patch # User nenolod # Date 1176166556 25200 # Node ID 2ba01bb7e36a4d064ac4037786e072adecbb4cb2 # Parent 09b404d61ebd86e963d80f3a7a3aaf0273f81028 [svn] - unbreak the build diff -r 09b404d61ebd -r 2ba01bb7e36a ChangeLog --- a/ChangeLog Mon Apr 09 13:29:20 2007 -0700 +++ b/ChangeLog Mon Apr 09 17:55:56 2007 -0700 @@ -1,3 +1,12 @@ +2007-04-09 20:29:20 +0000 William Pitcock + revision [4350] + - remove the unplayable files dialog. it is more annoying than useful. + + trunk/src/audacious/input.c | 96 -------------------------------------------- + trunk/src/audacious/main.c | 3 - + 2 files changed, 1 insertion(+), 98 deletions(-) + + 2007-04-09 01:05:09 +0000 William Pitcock revision [4348] - use execinfo.h to provide more useful information about crashes diff -r 09b404d61ebd -r 2ba01bb7e36a src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Mon Apr 09 13:29:20 2007 -0700 +++ b/src/audacious/build_stamp.c Mon Apr 09 17:55:56 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070409-4348"; +const gchar *svn_stamp = "20070409-4350"; diff -r 09b404d61ebd -r 2ba01bb7e36a src/audacious/input.h --- a/src/audacious/input.h Mon Apr 09 13:29:20 2007 -0700 +++ b/src/audacious/input.h Mon Apr 09 17:55:56 2007 -0700 @@ -77,7 +77,6 @@ void input_set_volume(gint l, gint r); void input_file_info_box(const gchar * filename); -void input_file_not_playable(const gchar * filename); gboolean input_is_disabled(const gchar * filename); gboolean input_is_enabled(const gchar * filename); gchar *input_stringify_disabled_list(void); diff -r 09b404d61ebd -r 2ba01bb7e36a src/audacious/playback.c --- a/src/audacious/playback.c Mon Apr 09 13:29:20 2007 -0700 +++ b/src/audacious/playback.c Mon Apr 09 17:55:56 2007 -0700 @@ -205,8 +205,6 @@ (((entry->decoder = input_check_file(entry->filename, FALSE)) == NULL) || !input_is_enabled(entry->decoder->filename))) { - input_file_not_playable(entry->filename); - set_current_input_playback(NULL); mainwin_set_info_text();