~hypodermia/ubuntu/oneiric/compiz/fix-for-bug-301174

« back to all changes in this revision

Viewing changes to plugins/bell/bell.xml.in

  • Committer: Emily Strickland
  • Date: 2011-08-07 06:43:17 UTC
  • Revision ID: emily@zubon.org-20110807064317-kzom6afwgvhdwqmn
Removed option to specify the file name. Should follow user's sound scheme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
            </relation>
12
12
        </deps>
13
13
        <options>
14
 
            <option name="filename" type="string">
15
 
                <_short>Bell sound file name</_short>
16
 
                <_long>Name of file containing sound to play as bell</_long>
17
 
                <default>/usr/share/sounds/ubuntu/stereo/bell.ogg</default>
18
 
                <hints>file;</hints>
19
 
            </option>
20
 
            <option name="bell" type="bell">
21
 
                <_short>Audible Bell</_short>
22
 
                <_long>Play sound on system bell</_long>
23
 
                <default>true</default>
24
 
            </option>
 
14
            <option name="bell" type="bell">
 
15
                <_short>Audible Bell</_short>
 
16
                <_long>Play sound on system bell</_long>
 
17
                <default>true</default>
 
18
            </option>
25
19
        </options>
26
20
    </plugin>
27
21
</compiz>