X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fopen.m;h=69faebb0d65af904281ed4e9a62d56e09f000ee3;hb=bf680e8fb64910e8d968addce71139d135a9b33f;hp=0f393197e956b04e2cab5926deb4c577ed0b96aa;hpb=7b5375e2c9f6a7b6a2f187c114b4275326ca0a77;p=vlc diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m index 0f393197e9..69faebb0d6 100644 --- a/modules/gui/macosx/open.m +++ b/modules/gui/macosx/open.m @@ -130,7 +130,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class ) - (void)awakeFromNib { - intf_thread_t * p_intf = [NSApp getIntf]; + intf_thread_t * p_intf = VLCIntf; [o_panel setTitle: _NS("Open Source")]; [o_mrl_lbl setTitle: _NS("Media Resource Locator (MRL)")]; @@ -573,7 +573,7 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class ) { NSString *o_mode; NSString *o_mrl_string = [NSString string]; - intf_thread_t * p_intf = [NSApp getIntf]; + intf_thread_t * p_intf = VLCIntf; o_mode = [[o_net_mode selectedCell] title];