[vlc-commits] QML: fix full player leave button

Adrien Maglo git at videolan.org
Tue Jul 16 16:01:25 CEST 2019


vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Jun 21 10:59:37 2019 +0200| [90cafb5c3d4f8d8b03e75094cdbbbb15f3e053c5] | committer: Jean-Baptiste Kempf

QML: fix full player leave button

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/gui/qt/qml/player/ControlButtons.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/qml/player/ControlButtons.qml b/modules/gui/qt/qml/player/ControlButtons.qml
index 5b7ce4b628..95b5f1c3d9 100644
--- a/modules/gui/qt/qml/player/ControlButtons.qml
+++ b/modules/gui/qt/qml/player/ControlButtons.qml
@@ -71,7 +71,7 @@ Item{
             anchors.verticalCenter: parent.verticalCenter
             size: VLCStyle.icon_medium
             text: VLCIcons.exit
-            onClicked: mainPlaylistController.stop()
+            onClicked: history.previous(History.Go)
             property bool acceptFocus: true
         }
     }



More information about the vlc-commits mailing list