changeset 1396:b63b5c47efd9 trunk

[svn] This alert is uninformative and due to design, spawns repeatedly instead of using one window. No other plugin does this, and if it is considered useful, should perhaps go to some sort of log window.
author nemo
date Wed, 12 Jul 2006 11:25:26 -0700
parents b7250d516b62
children 86242883ddc7
files ChangeLog Plugins/Input/adplug/adplug-xmms.cc
diffstat 2 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 12 08:19:01 2006 -0700
+++ b/ChangeLog	Wed Jul 12 11:25:26 2006 -0700
@@ -1,3 +1,13 @@
+2006-07-12 15:19:01 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1704]
+  - revert botched patch
+  
+
+  Changes:        Modified:
+  +3 -2           trunk/Plugins/Input/console/Audacious_Driver.cpp  
+  +1 -1           trunk/Plugins/Input/console/Spc_Emu.h  
+
+
 2006-07-12 01:02:24 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1702]
   - install the amidi-plug plugins to ${libdir}/amidi-plug.
--- a/Plugins/Input/adplug/adplug-xmms.cc	Wed Jul 12 08:19:01 2006 -0700
+++ b/Plugins/Input/adplug/adplug-xmms.cc	Wed Jul 12 11:25:26 2006 -0700
@@ -596,7 +596,7 @@
   dbg_printf("factory, ");
   if(!(plr.p = factory((char *)filename, &opl))) {
     dbg_printf("error!\n");
-    MessageBox("AdPlug :: Error", "File could not be opened!", "Ok");
+   // MessageBox("AdPlug :: Error", "File could not be opened!", "Ok");
     plr.playing = false;
     g_thread_exit(NULL);
   }