mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 13:04:28 +00:00
Fixing bug 67634. Clearing the default url value so that beep takes the default place for biff sound. r=racham, sr=sspitzer
This commit is contained in:
parent
f0a4d37e3c
commit
ed566c5794
@ -311,6 +311,6 @@ pref("mail.biff.play_sound",true);
|
||||
pref("mail.biff.use_default_sound",true);
|
||||
pref("mail.biff.sound_file","");
|
||||
// must be an URL. (provide this back door for mac users, until we have a UI
|
||||
pref("mail.biff.default_sound_url","chrome://messenger/content/newmail.wav");
|
||||
pref("mail.biff.default_sound_url","");
|
||||
|
||||
pref("mail.content_disposition_type", 0);
|
||||
|
@ -311,6 +311,6 @@ pref("mail.biff.play_sound",true);
|
||||
pref("mail.biff.use_default_sound",true);
|
||||
pref("mail.biff.sound_file","");
|
||||
// must be an URL. (provide this back door for mac users, until we have a UI
|
||||
pref("mail.biff.default_sound_url","chrome://messenger/content/newmail.wav");
|
||||
pref("mail.biff.default_sound_url","");
|
||||
|
||||
pref("mail.content_disposition_type", 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user