Merge lp:~seb128/ubuntu-system-settings/storage-get-free-space into lp:ubuntu-system-settings

Proposed by Sebastien Bacher
Status: Merged
Approved by: Iain Lane
Approved revision: 173
Merged at revision: 174
Proposed branch: lp:~seb128/ubuntu-system-settings/storage-get-free-space
Merge into: lp:ubuntu-system-settings
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/about/Storage.qml (+1/-1)
To merge this branch: bzr merge lp:~seb128/ubuntu-system-settings/storage-get-free-space
Reviewer Review Type Date Requested Status
Iain Lane Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+176170@code.launchpad.net

Commit message

storage: get the real disk's free space information

Description of the change

storage: get the real disk's free space information

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Iain Lane (laney) wrote :

Works here, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/about/Storage.qml'
--- plugins/about/Storage.qml 2013-07-19 10:04:19 +0000
+++ plugins/about/Storage.qml 2013-07-22 11:48:43 +0000
@@ -99,7 +99,7 @@
99 StorageItem {99 StorageItem {
100 colorName: "white"100 colorName: "white"
101 label: i18n.tr("Free space")101 label: i18n.tr("Free space")
102 value: getFormattedSpace(31.4*1000000000) // TODO: replace by real values102 value: getFormattedSpace(storageInfo.availableDiskSpace('/'))
103 }103 }
104104
105 Repeater {105 Repeater {

Subscribers

People subscribed via source and target branches