~vthompson/dropping-letters/fix-1196867

« back to all changes in this revision

Viewing changes to dropping-letters.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2014-09-13 15:08:52 UTC
  • mfrom: (59.2.1 dropping-letters)
  • Revision ID: tarmac-20140913150852-w7qlu3qzzd213bje
Categorize Audio type. Fixes: https://bugs.launchpad.net/bugs/1366586.

Approved by Ubuntu Phone Apps Jenkins Bot, Nekhelesh Ramananthan, Alan Pope  ʕ•͡ᴥ•ʔ.

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
                    source: "407__tictacshutup__click-1-off-click.ogg"
317
317
                    autoLoad: volume.supportsMedia
318
318
                    muted: !volume.audible
 
319
                    audioRole: MediaPlayer.alert
319
320
                }
320
321
 
321
322
                Audio {
323
324
                    source: "80921__justinbw__buttonchime02up.ogg"
324
325
                    autoLoad: volume.supportsMedia
325
326
                    muted: !volume.audible
 
327
                    audioRole: MediaPlayer.alert
326
328
                }
327
329
 
328
330
                Audio {
330
332
                    source: "106727__kantouth__cartoon-bing-low.ogg"
331
333
                    autoLoad: volume.supportsMedia
332
334
                    muted: !volume.audible
 
335
                    audioRole: MediaPlayer.alert
333
336
                }
334
337
 
335
338
                Audio {
340
343
                        flipable.flipped = false
341
344
                    }
342
345
                    muted: !volume.audible
 
346
                    audioRole: MediaPlayer.alert
343
347
                }
344
348
 
345
349
                Rectangle {