Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
3c7bd39b
Commit
3c7bd39b
authored
Feb 05, 2003
by
hartman
Browse files
* Changed the wrong property in my recent commit. FIXED
parent
0162de44
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/gui/macosx/open.m
View file @
3c7bd39b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* open.m: MacOS X plugin for vlc
* open.m: MacOS X plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* Copyright (C) 2002 VideoLAN
* $Id: open.m,v 1.2
0
2003/02/05
14:5
8:1
5
hartman Exp $
* $Id: open.m,v 1.2
1
2003/02/05
22:4
8:1
3
hartman Exp $
*
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
* Christophe Massiot <massiot@via.ecp.fr>
...
@@ -286,9 +286,9 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class )
...
@@ -286,9 +286,9 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class )
int
i_result
;
int
i_result
;
[
o_tabview
selectTabViewItemAtIndex
:
i_type
];
[
o_tabview
selectTabViewItemAtIndex
:
i_type
];
[
o_ckbox_enqueue
setState
:
NSO
ff
State
];
[
o_ckbox_enqueue
setState
:
NSO
n
State
];
[
o_file_sub_path
setStringValue
:
@""
];
[
o_file_sub_path
setStringValue
:
@""
];
[
o_file_sub_ckbox
setState
:
NSO
n
State
];
[
o_file_sub_ckbox
setState
:
NSO
ff
State
];
[
o_file_sub_path
setEnabled
:
NO
];
[
o_file_sub_path
setEnabled
:
NO
];
[
o_file_sub_btn_browse
setEnabled
:
NO
];
[
o_file_sub_btn_browse
setEnabled
:
NO
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment