]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.m
* Use the playlist info panel instead of the old one everywhere
[vlc] / modules / gui / macosx / intf.m
index 80f1daf202e82b013f7af5ef07f794ac23d2dc90..2078921c08ba0e1fa0eb9c048b51dc1d74484cb1 100644 (file)
@@ -687,6 +687,15 @@ unsigned int VLCModifiersToCocoa( unsigned int i_key )
     return nil;
 }
 
+- (id)getInfo
+{
+    if ( o_info )
+    {
+        return o_info;
+    }
+    return  nil;
+}
+
 - (void)manage
 {
     NSDate * o_sleep_date;
@@ -811,7 +820,7 @@ unsigned int VLCModifiersToCocoa( unsigned int i_key )
             vlc_object_release( (vlc_object_t *)p_vout );
         }
         [o_playlist updateRowSelection];
-        [o_info updateInfo];
+//        [o_info updateInfo];
 
         p_intf->p_sys->b_current_title_update = FALSE;
     }