Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
32dc8391
Commit
32dc8391
authored
Mar 21, 2006
by
bigben
Browse files
* There is no reason not to allow to open the information panel on nodes
* We now have an (ugly) way to rename nodes
parent
268f255b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/playlistinfo.m
View file @
32dc8391
...
...
@@ -43,6 +43,7 @@
if
(
self
!=
nil
)
{
p_item
=
NULL
;
o_statUpdateTimer
=
nil
;
}
return
(
self
);
}
...
...
@@ -158,7 +159,6 @@
/* check whether our item is valid, because we would crash if not */
if
(
!
[
self
isItemInPlaylist
:
p_item
]
)
return
;
char
*
psz_temp
;
vlc_mutex_lock
(
&
p_item
->
input
.
lock
);
...
...
@@ -233,7 +233,7 @@
if
(
[
self
isItemInPlaylist
:
p_item
]
)
{
/* we can only do that if there's a valid input around */
vlc_mutex_lock
(
&
p_item
->
input
.
p_stats
->
lock
);
/* input */
...
...
@@ -324,7 +324,7 @@
for
(
i
=
0
;
i
<
p_playlist
->
i_size
;
i
++
)
{
if
(
p_playlist
->
pp_items
[
i
]
==
p_local_item
)
if
(
p_playlist
->
pp_
all_
items
[
i
]
==
p_local_item
)
{
vlc_object_release
(
p_playlist
);
return
YES
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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