? multistep_module_weight.patch
Index: multistep.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/multistep/Attic/multistep.install,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 multistep.install
--- multistep.install	7 Mar 2009 19:54:42 -0000	1.1.2.1
+++ multistep.install	10 Mar 2009 15:34:44 -0000
@@ -2,6 +2,9 @@
 // $Id: multistep.install,v 1.1.2.1 2009/03/07 19:54:42 vkareh Exp $
 
 function multistep_install() {
+  // Set multistep to a higher weight so that it allows widgets to load first.
+  db_query("UPDATE {system} SET weight = 5 WHERE name = 'multistep'");
+
   // Clear cache to take into account the change in forms immediately.
   cache_clear_all('content_type_info', 'cache_content');
 }
