Commit 6a4fd20e authored by Jérome Decoodt's avatar Jérome Decoodt

Temporary disable NSSearchField button

parent 389a5ae8
...@@ -194,6 +194,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/ ...@@ -194,6 +194,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
/* Change the simple textfield into a searchField if we can... */ /* Change the simple textfield into a searchField if we can... */
#if 0
if( MACOS_VERSION >= 10.3 ) if( MACOS_VERSION >= 10.3 )
{ {
NSView *o_parentview = [o_status_field superview]; NSView *o_parentview = [o_status_field superview];
...@@ -212,7 +213,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/ ...@@ -212,7 +213,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
[o_parentview addSubview:o_better_search_field]; [o_parentview addSubview:o_better_search_field];
[o_search_field setHidden:YES]; [o_search_field setHidden:YES];
} }
#endif
[self initStrings]; [self initStrings];
//[self playlistUpdated]; //[self playlistUpdated];
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment