[vlc-devel] commit: Fix of #1640 teletext buttons appear too often (Lukas Durfina )

git version control git at videolan.org
Sun Jul 20 11:25:24 CEST 2008


vlc | branch: master | Lukas Durfina <lukas.durfina at gmail.com> | Thu Jun 26 20:40:19 2008 +0200| [9369f4b32778c879811e92b12537b6ebe462619e]

Fix of #1640 teletext buttons appear too often

Signed-off-by: Jean-Paul Saman <jpsaman at videolan.org>

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

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

diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index ab6a3a2..3e0e8aa 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -465,7 +465,6 @@ void InputManager::telexToggle( bool b_enabled )
             }
         }
     }
-    emit teletextEnabled( b_enabled );
 }
 
 void InputManager::telexToggleButtons()




More information about the vlc-devel mailing list