Merge lp:~nik90/ubuntu-clock-app/fix-blank-page into lp:ubuntu-clock-app/saucy

Proposed by Nekhelesh Ramananthan
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 256
Merged at revision: 256
Proposed branch: lp:~nik90/ubuntu-clock-app/fix-blank-page
Merge into: lp:ubuntu-clock-app/saucy
Diff against target: 12 lines (+1/-1)
1 file modified
clock/ClockPage.qml (+1/-1)
To merge this branch: bzr merge lp:~nik90/ubuntu-clock-app/fix-blank-page
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Clock Developers Pending
Review via email: mp+193623@code.launchpad.net

Commit message

Description of the change

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'clock/ClockPage.qml'
2--- clock/ClockPage.qml 2013-10-26 13:55:35 +0000
3+++ clock/ClockPage.qml 2013-11-01 16:11:45 +0000
4@@ -191,7 +191,7 @@
5 fontSize: "large"
6 }
7
8- onClicked: pagestack.push(Qt.resolvedUrl("WorldPage.qml"), {"isWorldCity": false})
9+ onClicked: pagestack.push(Qt.resolvedUrl("WorldClock.qml"), {"isWorldCity": false})
10 }
11
12 ListItem.Header {

Subscribers

People subscribed via source and target branches