summaryrefslogtreecommitdiffstats
path: root/qml/components/DaySwitcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/components/DaySwitcher.qml')
-rw-r--r--qml/components/DaySwitcher.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/components/DaySwitcher.qml b/qml/components/DaySwitcher.qml
index 84ce6e7..2c485a0 100644
--- a/qml/components/DaySwitcher.qml
+++ b/qml/components/DaySwitcher.qml
@@ -61,7 +61,7 @@ Rectangle {
Item { Layout.fillWidth: true; width:Theme.margins.five; Layout.preferredHeight: 1 }
Label {
id: locationLabel
- text: ModelsSingleton.conferenceLocation
+ text: applicationClient.currentConferenceDetails.location
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
font.pointSize: Theme.fonts.seven_pt