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
2335e370
Commit
2335e370
authored
Aug 24, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: move code line from VLCMain to VLCMainMenu since it belongs there
parent
8a95e04e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
modules/gui/macosx/MainMenu.m
modules/gui/macosx/MainMenu.m
+2
-0
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+0
-3
No files found.
modules/gui/macosx/MainMenu.m
View file @
2335e370
...
...
@@ -110,6 +110,8 @@ static VLCMainMenu *_o_sharedInstance = nil;
if
(
o_mu_playlistTableColumnsContextMenu
)
[
o_mu_playlistTableColumnsContextMenu
release
];
[
self
releaseRepresentedObjects
:[
NSApp
mainMenu
]];
[
super
dealloc
];
}
...
...
modules/gui/macosx/intf.m
View file @
2335e370
...
...
@@ -822,9 +822,6 @@ static VLCMain *_o_sharedMainInstance = nil;
/* write cached user defaults to disk */
[[
NSUserDefaults
standardUserDefaults
]
synchronize
];
/* Make sure the Menu doesn't have any references to vlc objects anymore */
//FIXME: this should be moved to VLCMainMenu
[
o_mainmenu
releaseRepresentedObjects
:[
NSApp
mainMenu
]];
[
o_mainmenu
release
];
libvlc_Quit
(
p_intf
->
p_libvlc
);
...
...
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