]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.m
* controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
[vlc] / modules / gui / macosx / controls.m
index c7f4eaed139224fd228a7b3f2a889694aa339e64..0b424965bc4d8c8a5f10076ab61685ca806255fb 100644 (file)
@@ -54,7 +54,7 @@
         {
             vlc_mutex_unlock( &p_playlist->object_lock );
             vlc_object_release( p_playlist );
-            [o_open openFileGeneric];
+            [o_main intfOpenFileGeneric: (id)sender];
         }
         else
         {