~ci-train-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-zesty-2066

« back to all changes in this revision

Viewing changes to plugins/sound/PageComponent.qml

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange
  • Date: 2016-09-30 13:48:06 UTC
  • mfrom: (1720.3.7 path-fixes)
  • Revision ID: ci-train-bot@canonical.com-20160930134806-tir714ireb8xzaau
uses XDG_DATA_DIRS where applicable to enable USS to find files and folders on snappy-based systems (LP: #1629009)

Approved by: Alberto Mardegan, Ken VanDine, Lukáš Tinkl, system-apps-ci-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
                            title: i18n.tr("Ringtone"),
155
155
                            showStopButton: true,
156
156
                            soundType: 0,
157
 
                            soundsDir: "/usr/share/sounds/ubuntu/ringtones/"
 
157
                            soundsDir: "sounds/ubuntu/ringtones/"
158
158
                        }
159
159
                    )
160
160
                }
212
212
                                   { title: i18n.tr("Message received"),
213
213
                                      soundType: 1,
214
214
                                     soundsDir:
215
 
                                       "/usr/share/sounds/ubuntu/notifications/" })
 
215
                                       "sounds/ubuntu/notifications/" })
216
216
                }
217
217
 
218
218
                SettingsListItems.Standard {