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:
1a12ab4
)
Typo
author
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 16 May 2009 16:10:08 +0000
(19:10 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 16 May 2009 16:10:08 +0000
(19:10 +0300)
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
b87fd99
..
0b456ad
100644
(file)
--- a/
modules/gui/qt4/input_manager.cpp
+++ b/
modules/gui/qt4/input_manager.cpp
@@
-883,7
+883,7
@@
MainInputManager::MainInputManager( intf_thread_t *_p_intf )
CONNECT( this, inputChanged( input_thread_t * ),
im, setInput( input_thread_t * ) );
- /* emit check if playlist has al
l
ready started playing */
+ /* emit check if playlist has already started playing */
IMEvent *event = new IMEvent( ItemChanged_Type,
var_GetInteger( THEPL, "item-current" ) );
customEvent( event );