]> git.sesse.net Git - vlc/commitdiff
* disable Title retrieval, was crashing
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 7 Nov 2004 01:26:09 +0000 (01:26 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 7 Nov 2004 01:26:09 +0000 (01:26 +0000)
modules/gui/macosx/intf.m

index 07c145cc21487f91c2338f4fe0aff36ec67918d3..545a64c0e6dcf0db67940be178caf467bd7f6715 100644 (file)
@@ -867,7 +867,7 @@ static VLCMain *_o_sharedMainInstance = nil;
             {
                 return;
             }
-
+/*
             vlc_mutex_lock( &p_playlist->object_lock );
             o_temp = [NSString stringWithUTF8String:
                 p_playlist->pp_items[p_playlist->i_index]->input.psz_name];
@@ -876,7 +876,7 @@ static VLCMain *_o_sharedMainInstance = nil;
                     p_playlist->pp_items[p_playlist->i_index]->input.psz_name];
             vlc_mutex_unlock( &p_playlist->object_lock );
             [o_scrollfield setStringValue: o_temp ];
-
+*/
 
             /*p_vout = vlc_object_find( p_intf, VLC_OBJECT_VOUT,
                                                     FIND_ANYWHERE );