vlc | branch: master | David Fuhrmann <dfuhrm...@videolan.org> | Wed Jul 15 
21:13:03 2015 +0200| [38cb6fd9c07ef1e9eba6d1297c7a86291d78eb70] | committer: 
David Fuhrmann

macosx: simple prefs: fix native fullscreen checkbox

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38cb6fd9c07ef1e9eba6d1297c7a86291d78eb70
---

 modules/gui/macosx/simple_prefs.m |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/gui/macosx/simple_prefs.m 
b/modules/gui/macosx/simple_prefs.m
index b007a05..68d20b4 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -582,9 +582,6 @@ static inline char * __config_GetLabel(vlc_object_t 
*p_this, const char *psz_nam
 
     [self setupButton: o_intf_nativefullscreen_ckb forBoolValue: 
"macosx-nativefullscreenmode"];
 
-    [o_intf_nativefullscreen_ckb setState: NSOffState];
-    [o_intf_nativefullscreen_ckb setEnabled: NO];
-
     [self setupButton: o_intf_embedded_ckb forBoolValue: "embedded-video"];
 
     [self setupButton: o_intf_appleremote_ckb forBoolValue: 
"macosx-appleremote"];

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to