]> git.sesse.net Git - vlc/commitdiff
Temporary disable NSSearchField button
authorJérome Decoodt <djc@videolan.org>
Fri, 13 May 2005 11:43:13 +0000 (11:43 +0000)
committerJérome Decoodt <djc@videolan.org>
Fri, 13 May 2005 11:43:13 +0000 (11:43 +0000)
modules/gui/macosx/playlist.m

index 1a35ef0245011187c95dd54ba7a4825561f1b02f..937dad62c3cb903a381982dd61c2adb79c2300cf 100644 (file)
@@ -194,6 +194,7 @@ belongs to an Apple hidden private API, and then can "disapear" at any time*/
     vlc_object_release( p_playlist );
 
     /* Change the simple textfield into a searchField if we can... */
+#if 0
     if( MACOS_VERSION >= 10.3 )
     {
         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*/
         [o_parentview addSubview:o_better_search_field];
         [o_search_field setHidden:YES];
     }
-    
+#endif
     [self initStrings];
     //[self playlistUpdated];
 }