# HG changeset patch # User Giacomo Lozito # Date 1186597513 -7200 # Node ID e11d83ce8d16aa89170bd1755257950bf89daf76 # Parent 9dbea7b32361560ec5b3ada66ddfa76a52972ab2 amidiplug: cannot warn user with a UI message anymore if something in playback fails, cause the play func is in a different thread diff -r 9dbea7b32361 -r e11d83ce8d16 src/amidi-plug/amidi-plug.c --- 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; }