changeset 2663:2ba01bb7e36a trunk

[svn] - unbreak the build
author nenolod
date Mon, 09 Apr 2007 17:55:56 -0700
parents 09b404d61ebd
children 1d9c5db3341d
files ChangeLog src/audacious/build_stamp.c src/audacious/input.h src/audacious/playback.c
diffstat 4 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk>
+  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 <nenolod@sacredspiral.co.uk>
   revision [4348]
   - use execinfo.h to provide more useful information about crashes
--- 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 <glib.h>
-const gchar *svn_stamp = "20070409-4348";
+const gchar *svn_stamp = "20070409-4350";
--- 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);
--- 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();