[vlc-devel] commit: Qt: Same for telexFrame. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Feb 28 20:56:00 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 28 20:55:47 2009 +0100| [ec5ea10f4b5ce3202f773a9651b0a18949e51b2c] | committer: Jean-Baptiste Kempf 

Qt: Same for telexFrame.

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

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

diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 42a590c..426f120 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -495,6 +495,8 @@ QFrame *AbstractController::telexFrame()
     telexLayout->setSpacing( 0 ); telexLayout->setMargin( 0 );
     CONNECT( THEMIM->getIM(), teletextPossible( bool ),
              telexFrame, setVisible( bool ) );
+    connect( THEMIM->getIM(), SIGNAL( teletextPossible( bool ) ),
+             this, SIGNAL( sizeChanged() ) );
 
     /* On/Off button */
     QToolButton *telexOn = new QToolButton;




More information about the vlc-devel mailing list