Index: views_bulk_operations.module
===================================================================
--- views_bulk_operations.module	(revision 1492)
+++ views_bulk_operations.module	(working copy)
@@ -297,12 +297,6 @@
   
   switch ($step) {
     case VIEWS_BULK_OPS_STEP_VIEW:
-      $form['select'] = array(
-        '#type' => 'fieldset',
-        '#title' => t('Bulk operations'),
-        '#prefix' => '<div id="views-bulk-operations-select">',
-        '#suffix' => '</div>',             
-      );
       $form['objects'] = array(
         '#type' => 'views_node_selector',
         '#view' => $plugin->view,
@@ -311,6 +305,12 @@
         '#prefix' => '<div class="views-node-selector">',
         '#suffix' => '</div>',
       );
+      $form['select'] = array(
+        '#type' => 'fieldset',
+        '#title' => t('Bulk operations'),
+        '#prefix' => '<div id="views-bulk-operations-select">',
+        '#suffix' => '</div>',             
+      );
       if ($plugin->options['display_type'] == 0) {
         // Create dropdown and submit button.
         $form['select']['operation'] = array(
