From c946bd9b8dbf798170445ba44bb0537d0a8a41e0 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 29 Jun 2013 18:57:57 +0200 Subject: [PATCH] * Fixed displaying of back / save button. --- data/qml/StationView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/qml/StationView.qml b/data/qml/StationView.qml index 3ce7639c6..33eb10e1a 100644 --- a/data/qml/StationView.qml +++ b/data/qml/StationView.qml @@ -22,9 +22,9 @@ Rectangle { subtitle: ""//generator.summary showSearchField: false showBackButton: stationListView.currentIndex > 0 - showNextButton: !mainView.configured && stationListView.currentIndex == 2 + showNextButton: !mainView.configured nextButtonText: "Save" - backButtonText: mainView.configured ? "Configure" : "Back" + backButtonText: "Back" z: 1 //cover albumcovers that may leave their area