Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
bba94275
Commit
bba94275
authored
Mar 30, 2003
by
sigmunau
Browse files
enabled the menu-entry to show file info when there is an input
parent
c2aa6f8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/kde/interface.cpp
View file @
bba94275
...
...
@@ -289,6 +289,13 @@ void KInterface::slotManage()
{
p_intf
->
p_sys
->
p_input
=
(
input_thread_t
*
)
vlc_object_find
(
p_intf
,
VLC_OBJECT_INPUT
,
FIND_ANYWHERE
);
if
(
p_intf
->
p_sys
->
p_input
)
{
languages
->
setEnabled
(
true
);
subtitles
->
setEnabled
(
true
);
info
->
setEnabled
(
true
);
}
}
else
if
(
p_intf
->
p_sys
->
p_input
->
b_dead
)
{
...
...
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