git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12bbc5d
)
Seems that title-callback weren't called afterall for dvd, should work
author
Ilkka Ollakka
<ileoo@videolan.org>
Tue, 22 Jan 2008 06:56:52 +0000
(06:56 +0000)
committer
Ilkka Ollakka
<ileoo@videolan.org>
Tue, 22 Jan 2008 06:56:52 +0000
(06:56 +0000)
better now, thanks for j-b for spotting.
modules/gui/qt4/input_manager.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/input_manager.cpp
b/modules/gui/qt4/input_manager.cpp
index
eeec9f6
..
a4f844c
100644
(file)
--- a/
modules/gui/qt4/input_manager.cpp
+++ b/
modules/gui/qt4/input_manager.cpp
@@
-224,6
+224,7
@@
void InputManager::customEvent( QEvent *event )
else if ( type == ItemChanged_Type )
{
UpdateMeta();
+ UpdateTitle();
}
else if ( type == ItemRateChanged_Type )
{
@@
-255,6
+256,7
@@
void InputManager::UpdateTitle( void )
/* Update navigation status */
vlc_value_t val; val.i_int = 0;
var_Change( p_input, "title", VLC_VAR_CHOICESCOUNT, &val, NULL );
+ msg_Dbg( p_intf, "updateTitle called" );
if( val.i_int > 0 )
{
val.i_int = 0;