~renatofilho/messaging-app/fix-1417341-rtm

« back to all changes in this revision

Viewing changes to src/qml/Dialogs/NoDefaultSIMCardDialog.qml

  • Committer: CI bot
  • Author(s): Bill Filler
  • Date: 2014-08-22 17:44:09 UTC
  • mfrom: (192.2.1 messaging-app)
  • Revision ID: ps-jenkins@lists.canonical.com-20140822174409-14v77jr1ctvzqzzq
sim presence and call grouping merge from trunk 

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                anchors.horizontalCenter: parent.horizontalCenter
36
36
                height: paintedHeight + units.gu(3)
37
37
                Repeater {
38
 
                    model: telepathyHelper.accounts
 
38
                    model: telepathyHelper.activeAccounts
39
39
                    delegate: Label {
40
40
                        text: modelData.displayName
41
41
                        color: UbuntuColors.orange