~attente/ubuntu-system-settings/lp1236772

« back to all changes in this revision

Viewing changes to plugins/sound/PageComponent.qml

  • Committer: Tarmac
  • Author(s): Sebastien Bacher
  • Date: 2013-10-14 16:40:56 UTC
  • mfrom: (453.1.1 ubuntu-system-settings)
  • Revision ID: tarmac-20131014164056-den73i17m2g91r89
sound: use the new sounds sets from ubuntu-touch-sounds.

Approved by Iain Lane, Charles Kerr, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                value: Utilities.buildDisplayName(soundSettings.incomingCallSound)
59
59
                progression: true
60
60
                onClicked: pageStack.push(Qt.resolvedUrl("SoundsList.qml"), {title: i18n.tr("Ringtone"),
61
 
                                          showStopButton: true, soundType: 0})
 
61
                                              showStopButton: true, soundType: 0, soundsDir: "/usr/share/sounds/ubuntu/ringtones/"})
62
62
            }
63
63
 
64
64
            ListItem.Standard {
86
86
                value: Utilities.buildDisplayName(soundSettings.incomingMessageSound)
87
87
                progression: true
88
88
                onClicked: pageStack.push(Qt.resolvedUrl("SoundsList.qml"), {title: i18n.tr("Message received"),
89
 
                                          soundType: 1})
 
89
                                              soundType: 1, soundsDir: "/usr/share/sounds/ubuntu/notifications/"})
90
90
            }
91
91
 
92
92
            ListItem.Standard {