]> git.sesse.net Git - vlc/commitdiff
QT4: Force need_update on creation so we could view everything on first open of Media...
authorPavlov Konstantin <thresh@videolan.org>
Wed, 11 Jul 2007 12:23:22 +0000 (12:23 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Wed, 11 Jul 2007 12:23:22 +0000 (12:23 +0000)
Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de

modules/gui/qt4/dialogs/mediainfo.cpp

index 5e2d8d5b2fb1846172698afa7d3288df82640ae5..a5a2729ea31ef0fa91df4bb22711ae0054df41ae 100644 (file)
@@ -45,6 +45,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf, bool _mainInput,
 {
     i_runs = 0;
     p_input = NULL;
+    need_update = true;
 
     setWindowTitle( qtr( "Media information" ) );
     resize( 700 , 450 );