[vlc-devel] commit: macosx: Disable broken code to get the buildbot back. And add a FIXME. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Oct 14 23:46:01 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Oct 14 23:38:25 2009 +0200| [71cc1a3cd827377669ec83dcb742d4f1cc03b1d3] | committer: Pierre d'Herbemont
macosx: Disable broken code to get the buildbot back. And add a FIXME.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71cc1a3cd827377669ec83dcb742d4f1cc03b1d3
---
modules/gui/macosx/prefs_widgets.m | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/prefs_widgets.m b/modules/gui/macosx/prefs_widgets.m
index 68f2c40..f1526ef 100644
--- a/modules/gui/macosx/prefs_widgets.m
+++ b/modules/gui/macosx/prefs_widgets.m
@@ -2071,11 +2071,14 @@ o_textfield = [[[NSSecureTextField alloc] initWithFrame: s_rc] retain]; \
{
unsigned int i;
o_keys_menu = [[NSMenu alloc] initWithTitle: @"Keys Menu"];
+#warning this doesn't work anymore. FIXME.
+#if 0
for ( i = 0; i < sizeof(vlc_keys) / sizeof(key_descriptor_t); i++)
if( vlc_keys[i].psz_key_string )
POPULATE_A_KEY( o_keys_menu,
[NSString stringWithUTF8String:vlc_keys[i].psz_key_string]
, vlc_keys[i].i_key_code)
+#endif
}
[o_popup setMenu:[o_keys_menu copyWithZone:nil]];
[o_popup selectItem:[[o_popup menu] itemWithTag:p_item->value.i]];
More information about the vlc-devel
mailing list