]> git.sesse.net Git - vlc/commitdiff
[Qt] Connect Faster button to FASTER!
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 15 Oct 2008 18:47:41 +0000 (20:47 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 15 Oct 2008 18:47:41 +0000 (20:47 +0200)
modules/gui/qt4/components/controller.cpp

index 4a55a936b3e90ada83a61319b8dccacdbdd9cd1a..63814ed12a713655b1f46d025095ffe1b4c02f07 100644 (file)
@@ -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;