]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs.cpp
* Almost fix shoutcast (still some problems in "flat" view)
[vlc] / modules / gui / wxwidgets / dialogs.cpp
index b9f9e04915439bde8167f58cfcc15203047ec9aa..d24d7d71992c988d844e3d67b7f7a5c1bb63840a 100644 (file)
@@ -570,6 +570,8 @@ void DialogsProvider::OnInteraction( wxCommandEvent& event )
     interaction_dialog_t *p_dialog;
     InteractionDialog *p_wxdialog;
 
+    return;
+
     if( p_arg == NULL )
     {
         msg_Dbg( p_intf, "OnInteraction() called with NULL arg" );