]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.m
* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle...
[vlc] / modules / gui / macosx / misc.m
index 7bcfbc4125ecfb9b9163a0f47a908fcffd92c0fe..a85213af28bcc98f65a1edecd75d5fa851325fa9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * misc.m: code not specific to vlc
  *****************************************************************************
- * Copyright (C) 2003-2004 VideoLAN
+ * Copyright (C) 2003-2005 VideoLAN
  * $Id$
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
@@ -39,6 +39,8 @@
     self = [super initWithContentRect:contentRect styleMask:styleMask //& ~NSTitledWindowMask
     backing:backingType defer:flag];
 
+    [[VLCMain sharedInstance] updateTogglePlaylistState];
+
     return( self );
 }