View Single Post
Old 09/02/2009, 12:02 AM   #20 (permalink)
mamouton
Forum Leader
 
mamouton's Avatar
 
Join Date: Jan 2007
Location: Fort Worth, TX
Posts: 5,771
Likes Received: 5
Thanks: 796
Thanked 1,165 Times in 801 Posts
Default

Ok I just applied the patch, rebooting to get the tones in the proper state. I have one question I notice on the formattedCall.js you say to make a change in thisdisplayLabel. but the new line is the exact same as the old line.
Code:
 -		this.displayLabel = (callMsg[lineNumber].contact.labelFormatted ? callMsg[lineNumber].contact.labelFormatted : "");
+    		this.displayLabel = (callMsg[lineNumber].contact.labelFormatted ? callMsg[lineNumber].contact.labelFormatted : "");
mamouton is offline   Reply With Quote