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
0162ce10
Commit
0162ce10
authored
Dec 22, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Be sure of the existence of getInput.
parent
2a517004
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/mediainfo.cpp
View file @
0162ce10
...
...
@@ -101,7 +101,8 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
CONNECT
(
THEMIM
,
inputChanged
(
input_thread_t
*
),
this
,
update
(
input_thread_t
*
)
);
p_item
=
input_GetItem
(
THEMIM
->
getInput
()
);
if
(
THEMIM
->
getInput
()
)
p_item
=
input_GetItem
(
THEMIM
->
getInput
()
);
}
/* Call update by hand, so info is shown from current item too */
...
...
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