Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
54e1790b
Commit
54e1790b
authored
May 23, 2002
by
Jon Lech Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./plugins/macosx/intf_open.m: Remember last open file panel location,
thanks to <ssudre2@wanadoo.fr>
parent
b6f4ca51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
plugins/macosx/intf_open.m
plugins/macosx/intf_open.m
+2
-2
No files found.
plugins/macosx/intf_open.m
View file @
54e1790b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* intf_open.c: MacOS X plugin for vlc
* intf_open.c: MacOS X plugin for vlc
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
* $Id: intf_open.m,v 1.
2 2002/05/22 21:08:42 sam
Exp $
* $Id: intf_open.m,v 1.
3 2002/05/23 22:18:55 jlj
Exp $
*
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
*
*
...
@@ -225,7 +225,7 @@ static Intf_Open *o_open = nil;
...
@@ -225,7 +225,7 @@ static Intf_Open *o_open = nil;
[
o_panel
setAllowsMultipleSelection
:
YES
];
[
o_panel
setAllowsMultipleSelection
:
YES
];
if
(
[
o_panel
runModalForDirectory
:
NSHomeDirectory
()
if
(
[
o_panel
runModalForDirectory
:
nil
file:
nil
types
:
nil
]
==
NSOKButton
)
file:
nil
types
:
nil
]
==
NSOKButton
)
{
{
[[
Intf_VLCWrapper
instance
]
openFiles
:
[
o_panel
filenames
]];
[[
Intf_VLCWrapper
instance
]
openFiles
:
[
o_panel
filenames
]];
...
...
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