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
=== modified file 'clock/ClockPage.qml'
--- clock/ClockPage.qml 2013-10-26 13:55:35 +0000
+++ clock/ClockPage.qml 2013-11-01 16:11:45 +0000
@@ -191,7 +191,7 @@
191 fontSize: "large"191 fontSize: "large"
192 }192 }
193193
194 onClicked: pagestack.push(Qt.resolvedUrl("WorldPage.qml"), {"isWorldCity": false})194 onClicked: pagestack.push(Qt.resolvedUrl("WorldClock.qml"), {"isWorldCity": false})
195 }195 }
196196
197 ListItem.Header {197 ListItem.Header {

Subscribers

People subscribed via source and target branches