]> git.sesse.net Git - vlc/commitdiff
* fixed a small bug
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 13 Feb 2003 01:14:55 +0000 (01:14 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 13 Feb 2003 01:14:55 +0000 (01:14 +0000)
modules/gui/macosx/playlist.m

index b62baf271b8dfbd7ceabd8f97faf0509d089f090..97821d84dcb615f3cc54f7d8a62b2d451b8d2b0d 100644 (file)
@@ -2,7 +2,7 @@
  * playlist.m: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: playlist.m,v 1.9 2003/02/10 21:54:03 hartman Exp $
+ * $Id: playlist.m,v 1.10 2003/02/13 01:14:55 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *
 
     vlc_object_release( p_playlist );
 
+    /* this is actually duplicity, because the intf.m manage also updates the view
+     * when the playlist changes. we do this on purpose, because else there is a 
+     * delay of .5 sec or so when we delete an item */
     [self playlistUpdated];
 }
 
     }
 
     vlc_object_release( p_playlist );
-
-    [self playlistUpdated];
 }
 
 - (void)playlistUpdated