~seb128/ubuntu-system-settings/storage-bar-border

« back to all changes in this revision

Viewing changes to plugins/about/PageComponent.qml

  • Committer: Tarmac
  • Author(s): Sebastien Bacher
  • Date: 2013-07-05 15:05:37 UTC
  • mfrom: (99.3.1 ubuntu-system-settings)
  • Revision ID: tarmac-20130705150537-3fatemwqy8b8blwi
about: get real serial number.

Approved by Iain Lane, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
            ListItem.SingleValue {
79
79
                id: serialItem
80
80
                text: i18n.tr("Serial")
81
 
                value: "FAKE-SERIAL-ID-NUMBER"   // TODO: read serial number from the device
 
81
                value: backendInfos.serialNumber
82
82
            }
83
83
 
84
84
            ListItem.SingleValue {