diff src/amidi-plug/amidi-plug.c @ 1416:e11d83ce8d16

amidiplug: cannot warn user with a UI message anymore if something in playback fails, cause the play func is in a different thread
author Giacomo Lozito <james@develia.org>
date Wed, 08 Aug 2007 20:25:13 +0200
parents 5f892afeb8e1
children 195b5657303e
line wrap: on
line diff
--- a/src/amidi-plug/amidi-plug.c	Wed Aug 08 08:16:10 2007 -0500
+++ b/src/amidi-plug/amidi-plug.c	Wed Aug 08 20:25:13 2007 +0200
@@ -365,9 +365,11 @@
   if ( backend.gmodule == NULL )
   {
     g_warning( "No sequencer backend selected\n" );
+    /* not usable, cause now amidiplug_play is in a different thread
     i_message_gui( _("AMIDI-Plug - warning") ,
                    _("No sequencer backend has been selected!\nPlease configure AMIDI-Plug before playing.") ,
                    AMIDIPLUG_MESSAGE_WARN , NULL , TRUE );
+    */
     amidiplug_playing_status = AMIDIPLUG_ERR;
     return;
   }