This is just some static backup of the original site, don't expect every link to work!

Opened 13 years ago

Closed 13 years ago

#203 closed defect (invalid)

Syntax error at startup

Reported by: Ludovic LANGE <virtualid@…> Owned by: rene
Version: 0.6.0rc5 Keywords:
Cc:

Description

This is in the error log, every time I startup Thunderbird :

Error: initializeHeaderViewTables is not defined Source File: chrome://v_identity/content/vI_getHeader.js Line: 192

There is no impact that I know of, however it may trigger a bug later ?

Code is in vI_prepareHeader::init

	init : function() {
		vI_prepareHeader.orig_initializeHeaderViewTables = initializeHeaderViewTables;
		initializeHeaderViewTables = vI_prepareHeader.replacement_initializeHeaderViewTables;
		if (vI_prepareHeader.addExtraHeader()) vI_prepareHeader.addObserver();
	},

Change History (2)

comment:1 Changed 13 years ago by rene

Owner: set to rene
Status: newassigned

Hi Ludovic,

can't see the same on my test-setups here. Can you please provide the version of TB/SM which you are using (see Top of debug-output).

Thanks and nice regards, Rene

comment:2 Changed 13 years ago by rene

Resolution: invalid
Status: assignedclosed

Hi Ludovic,

can you please provide TB/SM version? Closing this ticket for now, reopen if still valid.

Regards, Rene

Note: See TracTickets for help on using tickets.