]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.m
Fix for the fullscreen button state (it is only enabled if a vout is present)
[vlc] / modules / gui / macosx / controls.m
index 4bcbd8d05fac0adf3a853497df104c1d9220c08c..06018f682498d178d78761e530e09dea6544cee9 100644 (file)
@@ -2,7 +2,7 @@
  * controls.m: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: controls.m,v 1.58 2003/12/11 19:34:47 hartman Exp $
+ * $Id: controls.m,v 1.59 2003/12/15 19:25:56 bigben Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
                 }
                 else
                 {
-                    [o_btn_fullscreen setState: ![o_window isFullscreen]];
                     [o_window toggleFullscreen];
                 }
                 break;