Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10417 from alivedise/bugzilla/879696_v1-train
Browse files Browse the repository at this point in the history
Bug 879696 - Set channel of tone player to normal when not on a call, r=etienne, a=tef+
  • Loading branch information
alivedise committed Jun 17, 2013
2 parents c8ea929 + 0093e73 commit 776dd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/communications/dialer/js/keypad.js
Expand Up @@ -164,7 +164,7 @@ var KeypadManager = {
this.hangUpCallFromKeypad);
}

TonePlayer.init(this._onCall ? 'telephony' : 'ringer');
TonePlayer.init(this._onCall ? 'telephony' : 'normal');

this.render();
loader.load(['/shared/style/action_menu.css',
Expand Down

0 comments on commit 776dd11

Please sign in to comment.