[vlc-commits] commit: Qt/EPG: Remove a bad setting of the EPGView start time. ( Adrien Maglo )

git at videolan.org git at videolan.org
Fri Jun 18 23:23:29 CEST 2010


vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Jun 18 23:23:02 2010 +0200| [1ef8da27660e7a46070a7b104b9b5b1f96daf5a7] | committer: Adrien Maglo 

Qt/EPG: Remove a bad setting of the EPGView start time.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1ef8da27660e7a46070a7b104b9b5b1f96daf5a7
---

 modules/gui/qt4/components/epg/EPGWidget.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/epg/EPGWidget.cpp b/modules/gui/qt4/components/epg/EPGWidget.cpp
index 508c117..b614846 100644
--- a/modules/gui/qt4/components/epg/EPGWidget.cpp
+++ b/modules/gui/qt4/components/epg/EPGWidget.cpp
@@ -72,7 +72,6 @@ void EPGWidget::setZoom( int level )
 
 void EPGWidget::updateEPG( vlc_epg_t **pp_epg, int i_epg )
 {
-    m_epgView->setStartTime( QDateTime::currentDateTime() );
     for ( int i = 0; i < i_epg; ++i )
     {
         vlc_epg_t *p_epg = pp_epg[i];



More information about the vlc-commits mailing list