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
dc0450f9
Commit
dc0450f9
authored
May 19, 2002
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed a segfault in the Mac OS X interface.
parent
b5f16d75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
plugins/macosx/intf_vlc_wrapper.m
plugins/macosx/intf_vlc_wrapper.m
+3
-3
No files found.
plugins/macosx/intf_vlc_wrapper.m
View file @
dc0450f9
...
...
@@ -2,7 +2,7 @@
* intf_vlc_wrapper.c: MacOS X plugin for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: intf_vlc_wrapper.m,v 1.
3 2002/05/18 13:33:44
massiot Exp $
* $Id: intf_vlc_wrapper.m,v 1.
4 2002/05/19 17:27:39
massiot Exp $
*
* Authors: Florian G. Pflug <fgp@phlo.org>
* Jon Lech Johansen <jon-vl@nanocrew.net>
...
...
@@ -98,6 +98,7 @@ static Intf_VLCWrapper *o_intf = nil;
p_input_bank
->
pp_input
[
0
]
->
stream
.
p_selected_area
->
i_part
)
{
[
self
setupMenus
];
p_main
->
p_intf
->
p_sys
->
b_disabled_menus
=
0
;
}
}
...
...
@@ -106,6 +107,7 @@ static Intf_VLCWrapper *o_intf = nil;
else
if
(
!
p_main
->
p_intf
->
p_sys
->
b_disabled_menus
)
{
[
self
setupMenus
];
p_main
->
p_intf
->
p_sys
->
b_disabled_menus
=
1
;
}
return
(
0
);
...
...
@@ -932,8 +934,6 @@ static Intf_VLCWrapper *o_intf = nil;
}
p_input
->
stream
.
b_changed
=
0
;
}
p_main
->
p_intf
->
p_sys
->
b_disabled_menus
=
1
;
}
@end
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