Fixing bug 67634. Clearing the default url value so that beep takes the default place for biff sound. r=racham, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@88740 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5b1c29fd94
commit
63cdd2c73d
@ -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