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:
racham%netscape.com 2001-03-07 01:16:44 +00:00
parent 5b1c29fd94
commit 63cdd2c73d
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);