[vlc-devel] commit: [Qt] Connect Faster button to FASTER! (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Oct 15 20:48:01 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 15 20:47:41 2008 +0200| [2a31835fcb1ed93c5aff9081d8a8e1ffef99b691] | committer: Jean-Baptiste Kempf 

[Qt] Connect Faster button to FASTER!

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

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

diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 4a55a93..63814ed 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -172,7 +172,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, bool b_flat,
     case FASTER_BUTTON:{
         QToolButton *fasterButton = new QToolButton;
         setupButton( fasterButton );
-        CONNECT_MAP_SET( fasterButton, SLOWER_ACTION );
+        CONNECT_MAP_SET( fasterButton, FASTER_ACTION );
         BUTTON_SET_BAR( fasterButton, faster, qtr( "Faster" ) );
         ENABLE_ON_INPUT( fasterButton );
         widget = fasterButton;




More information about the vlc-devel mailing list