*** libs/ardour/crossfade.cc.ori	2005-02-18 13:31:25.000000000 +0100
--- libs/ardour/crossfade.cc	2005-05-08 21:37:34.425529440 +0200
***************
*** 151,161 ****
  		throw failed_constructor();
  	}
  
  	if (set_state (node)) {
  		throw failed_constructor();
  	}
- 
- 	initialize ();
  }
  
  Crossfade::~Crossfade ()
--- 151,161 ----
  		throw failed_constructor();
  	}
  
+ 	initialize ();
+ 	
  	if (set_state (node)) {
  		throw failed_constructor();
  	}
  }
  
  Crossfade::~Crossfade ()
