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
5c3f5dbd
Commit
5c3f5dbd
authored
Jul 12, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: One more direct playlist access removal.
parent
f48ad230
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/gui/macosx/controls.m
modules/gui/macosx/controls.m
+3
-2
No files found.
modules/gui/macosx/controls.m
View file @
5c3f5dbd
...
...
@@ -887,8 +887,7 @@
vlc_value_t
val
;
intf_thread_t
*
p_intf
=
VLCIntf
;
playlist_t
*
p_playlist
=
pl_Yield
(
p_intf
);
#define p_input p_playlist->p_input
input_thread_t
*
p_input
=
playlist_CurrentInput
(
p_playlist
);
if
(
[[
o_mi
title
]
isEqualToString
:
_NS
(
"Faster"
)]
||
[[
o_mi
title
]
isEqualToString
:
_NS
(
"Slower"
)]
)
...
...
@@ -908,6 +907,7 @@
{
bEnabled
=
FALSE
;
}
[
o_main
setupMenus
];
/* Make sure input menu is up to date */
}
else
if
(
[[
o_mi
title
]
isEqualToString
:
_NS
(
"Previous"
)]
||
[[
o_mi
title
]
isEqualToString
:
_NS
(
"Next"
)]
)
...
...
@@ -998,6 +998,7 @@
[
o_main
setupMenus
];
/* Make sure video menu is up to date */
}
if
(
p_input
)
vlc_object_release
(
p_input
);
vlc_object_release
(
p_playlist
);
return
(
bEnabled
);
...
...
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