~jeremywootten/pantheon-files/fix-1604300-merge-find-functionalities-part1

« back to all changes in this revision

Viewing changes to libcore/SoundManager.vala

  • Committer: Jeremy Wootten
  • Date: 2017-01-13 13:31:06 UTC
  • mfrom: (2412.1.32 pantheon-files)
  • Revision ID: jeremy@elementaryos.org-20170113133106-v9l164ms13lh3p0a
Merge trunk to r2444 and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***
2
 
    Copyright (c) 2016 elementary LLC (http://launchpad.net/elementary)
 
2
    Copyright (c) 2016-2017 elementary LLC (http://launchpad.net/elementary)
3
3
 
4
4
    This program is free software; you can redistribute it and/or modify it
5
5
    under the terms of the GNU General Public License as published by the Free
68
68
        public const string EMPTY_TRASH = "trash-empty";
69
69
    }
70
70
}
71