From a0b83dc2f16fa3042966aeedc85e7eacfc4a200c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Dec 2015 14:30:30 -0800 Subject: QML UI: different functions for saving Preferences and Cloud Credentials Tapping Save on those two pages should only update the data that are actually available on those pages. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/CloudCredentials.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile/qml/CloudCredentials.qml') diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml index 20bc82f66..bada5c04d 100644 --- a/qt-mobile/qml/CloudCredentials.qml +++ b/qt-mobile/qml/CloudCredentials.qml @@ -72,7 +72,7 @@ Item { manager.cloudUserName = login.text manager.cloudPassword = password.text manager.saveCloudPassword = savePassword.checked - manager.savePreferences() + manager.saveCloudCredentials() stackView.pop() } } -- cgit v1.2.3-70-g09d2