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:
racham%netscape.com 2001-03-07 01:16:44 +00:00
parent f0a4d37e3c
commit ed566c5794
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);