Merge lp:~pete-woods/camera-app/minimum-infographic into lp:camera-app

Proposed by Pete Woods
Status: Merged
Approved by: Pete Woods
Approved revision: 208
Merged at revision: 210
Proposed branch: lp:~pete-woods/camera-app/minimum-infographic
Merge into: lp:camera-app
Diff against target: 18 lines (+2/-0)
1 file modified
camera-app.qml (+2/-0)
To merge this branch: bzr merge lp:~pete-woods/camera-app/minimum-infographic
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Günter Schwann (community) Approve
Review via email: mp+188995@code.launchpad.net

Commit message

Set the minimum value for the camera infographic (fix regression in r200)

Description of the change

Set the minimum value for the camera infographic (fix regression in r200)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Günter Schwann (schwann) wrote :

looks good

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'camera-app.qml'
2--- camera-app.qml 2013-09-23 12:40:33 +0000
3+++ camera-app.qml 2013-10-03 07:11:00 +0000
4@@ -345,6 +345,7 @@
5 format: "<b>%1</b> photos taken today"
6 emptyFormat: "No photos taken today"
7 domain: "camera-app"
8+ minimum: 0.0
9 }
10
11 Metric {
12@@ -353,5 +354,6 @@
13 format: "<b>%1</b> videos recorded today"
14 emptyFormat: "No videos recorded today"
15 domain: "camera-app"
16+ minimum: 0.0
17 }
18 }

Subscribers

People subscribed via source and target branches