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:
eda0b58
)
Qt4 - Fix the non-updating MediaInfo bug, introduced by my mistake.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 3 Jul 2007 20:13:09 +0000
(20:13 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Tue, 3 Jul 2007 20:13:09 +0000
(20:13 +0000)
Thanks to Hannes Domani, to have seen it.
modules/gui/qt4/dialogs/mediainfo.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/mediainfo.cpp
b/modules/gui/qt4/dialogs/mediainfo.cpp
index
731668a
..
5e2d8d5
100644
(file)
--- a/
modules/gui/qt4/dialogs/mediainfo.cpp
+++ b/
modules/gui/qt4/dialogs/mediainfo.cpp
@@
-130,8
+130,8
@@
void MediaInfoDialog::setInput( input_item_t *p_input )
void MediaInfoDialog::update()
{
/* Timer runs at 150 ms, dont' update more than 2 times per second */
- if( i_runs % 4 != 0 ) return;
i_runs++;
+ if( i_runs % 4 != 0 ) return;
/* Get Input and clear if non-existant */
input_thread_t *p_input =