Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
3c7bd39b
Commit
3c7bd39b
authored
Feb 05, 2003
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Changed the wrong property in my recent commit. FIXED
parent
0162de44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/gui/macosx/open.m
modules/gui/macosx/open.m
+3
-3
No files found.
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:58:15
hartman Exp $
* $Id: open.m,v 1.2
1 2003/02/05 22:48:13
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