[vlc-devel] commit: Revert "Fix of #1640 teletext buttons appear too often" ( Jean-Paul Saman )
git version control
git at videolan.org
Sun Jul 20 11:25:24 CEST 2008
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sat Jul 19 17:21:19 2008 +0200| [fb2b7fc5c235ede5bccc57c3d0890385ae8ed83d]
Revert "Fix of #1640 teletext buttons appear too often"
This reverts commit d9a4e679f03be137a6dc60e9b82050d7bba8408a.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb2b7fc5c235ede5bccc57c3d0890385ae8ed83d
---
modules/gui/qt4/input_manager.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 3e0e8aa..ab6a3a2 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -465,6 +465,7 @@ void InputManager::telexToggle( bool b_enabled )
}
}
}
+ emit teletextEnabled( b_enabled );
}
void InputManager::telexToggleButtons()
More information about the vlc-devel
mailing list