Index: modules/poll/poll.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/poll/poll.module,v
retrieving revision 1.244
diff -u -r1.244 poll.module
--- modules/poll/poll.module	17 Oct 2007 12:34:16 -0000	1.244
+++ modules/poll/poll.module	17 Oct 2007 16:02:04 -0000
@@ -202,7 +202,7 @@
   // Add a wrapper for the choices and more button.
   $form['choice_wrapper'] = array(
     '#tree' => FALSE,
-    '#weight' => -5,
+    '#weight' => -4,
     '#prefix' => '<div class="clear-block" id="poll-choice-wrapper">',
     '#suffix' => '</div>',
   );
@@ -251,7 +251,7 @@
       '#type' => 'fieldset',
       '#collapsible' => TRUE,
       '#title' => t('Poll settings'),
-      '#weight' => -4,
+      '#weight' => -3,
     );
 
     $form['settings']['active'] = array(
