summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2014-10-16 09:06:23 +0200
committerNiels Weber <niels.weber@digia.com>2014-10-16 09:49:29 +0200
commitb832d8975eabee008945894e9c34216b7f061d75 (patch)
tree0338e230054a2510f190363ad53d551931c0adb1 /qml
parent4396848e4baa3b5f4d0342069a5878824a9ae965 (diff)
Fix the city not been displayed properly in the "home" menu item
Change-Id: I5fabd30d0e3552895fb3ed1cf2175ae3c212cc34 Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'qml')
-rw-r--r--qml/main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/qml/main.qml b/qml/main.qml
index 46ea59c..68fe4e2 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -95,6 +95,11 @@ ApplicationWindow {
menuRectangle.height = Theme.sizes.menuItemHeight * menuModel.count
}
}
+ Connections {
+ target: applicationClient
+ onCurrentConferenceIdChanged: menuModel.setProperty(0, "name", Theme.text.home.arg(applicationClient.currentConferenceDetails.title))
+ }
+
Repeater {
id: listMenu
anchors.fill: parent