Note: the fix I currently have in my .emacs is:
(remove-hook 'window-configuration-change-hook '
tabbar-reformat-all-tabsets)
That way I'm only removing the offending handler, and not any of the
other handlers (there are a few on my system).
--
Avdi