Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
af6723dc
Commit
af6723dc
authored
Aug 23, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix macosx gui compilation
parent
df9186a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/gui/macosx/playlistinfo.m
modules/gui/macosx/playlistinfo.m
+5
-5
No files found.
modules/gui/macosx/playlistinfo.m
View file @
af6723dc
...
...
@@ -200,8 +200,8 @@
#define SET( foo, bar ) \
char *psz_##foo = input_item_Get##bar ( p_item->p_input ); \
[se
t
setMeta: psz_##foo forlabel: o_##foo##_txt]; \
free( psz_foo );
[se
lf
setMeta: psz_##foo forlabel: o_##foo##_txt]; \
free( psz_
##
foo );
/* fill the other fields */
SET
(
title
,
Title
);
...
...
@@ -298,11 +298,11 @@
if
(
[
self
isItemInPlaylist
:
p_item
]
)
{
input_item_SetName
(
p_item
->
p_input
,
input_item_SetName
(
p_item
->
p_input
,
(
char
*
)
[[
o_title_txt
stringValue
]
UTF8String
]
);
input_item_SetURI
(
p_item
->
p_input
,
input_item_SetURI
(
p_item
->
p_input
,
(
char
*
)
[[
o_uri_txt
stringValue
]
UTF8String
]
);
input_item_SetArtist
(
p_item
->
p_input
,
input_item_SetArtist
(
p_item
->
p_input
,
(
char
*
)
[[
o_author_txt
stringValue
]
UTF8String
]
);
val
.
b_bool
=
VLC_TRUE
;
...
...
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