diff -wBNru a/admin_views_default/comment.admin-content-comment.inc b/admin_views_default/comment.admin-content-comment.inc
--- a/admin_views_default/comment.admin-content-comment.inc	2012-05-12 15:08:31.000000000 -0400
+++ b/admin_views_default/comment.admin-content-comment.inc	2012-05-24 17:18:20.024755000 -0400
@@ -348,16 +348,31 @@
   'skip_confirmation' => 0,
   'display_result' => 1,
   'merge_single_action' => 0,
-  'selected_operations' => array(
-    'views_bulk_operations_delete_comment_action' => 'views_bulk_operations_delete_comment_action',
-    'system_send_email_action' => 'system_send_email_action',
-    'comment_unpublish_action' => 'comment_unpublish_action',
-    'comment_unpublish_by_keyword_action' => 'comment_unpublish_by_keyword_action',
-    'system_message_action' => 0,
-    'views_bulk_operations_action' => 0,
-    'views_bulk_operations_script_action' => 0,
-    'views_bulk_operations_argument_selector_action' => 0,
-    'system_goto_action' => 0,
+  'operations' => array(
+    'comment_unpublish_by_keyword_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'comment_unpublish_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'system_send_email_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'views_bulk_operations_delete_comment_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
   ),
 ));
 $handler = $view->new_display('system', 'System', 'system_1');
diff -wBNru a/admin_views_default/node.admin-content.inc b/admin_views_default/node.admin-content.inc
--- a/admin_views_default/node.admin-content.inc	2012-05-12 15:08:31.000000000 -0400
+++ b/admin_views_default/node.admin-content.inc	2012-05-24 17:30:59.227885623 -0400
@@ -406,32 +406,73 @@
   'skip_confirmation' => 0,
   'display_result' => 1,
   'merge_single_action' => 0,
-  'selected_operations' => array(
-    'node_assign_owner_action' => 'node_assign_owner_action',
-    'views_bulk_operations_delete_node_action' => 'views_bulk_operations_delete_node_action',
-    'node_make_sticky_action' => 'node_make_sticky_action',
-    'node_make_unsticky_action' => 'node_make_unsticky_action',
-    'views_bulk_operations_fields_action' => 'views_bulk_operations_fields_action',
-    'views_bulk_operations_taxonomy_action' => 'views_bulk_operations_taxonomy_action',
-    'node_promote_action' => 'node_promote_action',
-    'node_publish_action' => 'node_publish_action',
-    'node_unpromote_action' => 'node_unpromote_action',
-    'node_unpublish_action' => 'node_unpublish_action',
-    'node_unpublish_by_keyword_action' => 'node_unpublish_by_keyword_action',
-    'node_mass_update:a27b9efabcd054685a549378b174ad11' => 0,
-    'system_message_action' => 0,
-    'views_bulk_operations_action' => 0,
-    'views_bulk_operations_script_action' => 0,
-    'node_mass_update:c4d3b28efb86fd703619a50b74d43794' => 0,
-    'views_bulk_operations_argument_selector_action' => 0,
-    'node_mass_update:14de7d028b4bffdf2b4a266562ca18ac' => 0,
-    'node_mass_update:9c585624b9b3af0b4687d5f97f35e047' => 0,
-    'image_operations_rebuild' => 0,
-    'system_goto_action' => 0,
-    'node_mass_update:8ce21b08bb8e773d10018b484fe4815e' => 0,
-    'node_save_action' => 0,
-    'system_send_email_action' => 0,
-    'node_mass_update:0ccad85c1ebe4c9ceada1aa64293b080' => 0,
+  'operations' => array(
+    'node_assign_owner_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'views_bulk_operations_delete_node_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'node_make_sticky_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'node_make_unsticky_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'views_bulk_operations_fields_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'views_bulk_operations_taxonomy_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'node_promote_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'node_publish_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'node_unpromote_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'node_unpublish_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'node_unpublish_by_keyword_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
   ),
   'views_bulk_operations_fields_action' => array(
     'php_code' => 0,
diff -wBNru a/admin_views_default/taxonomy.admin-content-taxonomy.inc b/admin_views_default/taxonomy.admin-content-taxonomy.inc
--- a/admin_views_default/taxonomy.admin-content-taxonomy.inc	2012-05-12 15:08:31.000000000 -0400
+++ b/admin_views_default/taxonomy.admin-content-taxonomy.inc	2012-05-24 17:21:24.327395000 -0400
@@ -236,14 +236,13 @@
   'skip_confirmation' => 0,
   'display_result' => 1,
   'merge_single_action' => 0,
-  'selected_operations' => array(
-    'views_bulk_operations_delete_term_action' => 'views_bulk_operations_delete_term_action',
-    'system_message_action' => 0,
-    'views_bulk_operations_action' => 0,
-    'views_bulk_operations_script_action' => 0,
-    'views_bulk_operations_argument_selector_action' => 0,
-    'system_goto_action' => 0,
-    'system_send_email_action' => 0,
+  'operations' => array(
+    'views_bulk_operations_delete_term_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
   ),
 ));
 $handler = $view->new_display('system', 'System', 'system_1');
diff -wBNru a/admin_views_default/user.admin-user.inc b/admin_views_default/user.admin-user.inc
--- a/admin_views_default/user.admin-user.inc	2012-05-12 15:08:31.000000000 -0400
+++ b/admin_views_default/user.admin-user.inc	2012-05-24 17:19:20.130502000 -0400
@@ -333,19 +333,37 @@
   'skip_confirmation' => 0,
   'display_result' => 1,
   'merge_single_action' => 0,
-  'selected_operations' => array(
-    'user_user_operations_block' => 'user_user_operations_block',
-    'views_bulk_operations_delete_user_action' => 'views_bulk_operations_delete_user_action',
-    'views_bulk_operations_user_roles_action' => 'views_bulk_operations_user_roles_action',
-    'system_send_email_action' => 'system_send_email_action',
-    'user_user_operations_unblock' => 'user_user_operations_unblock',
-    'user_block_ip_action' => 0,
-    'user_block_user_action' => 0,
-    'system_message_action' => 0,
-    'views_bulk_operations_action' => 0,
-    'views_bulk_operations_script_action' => 0,
-    'views_bulk_operations_argument_selector_action' => 0,
-    'system_goto_action' => 0,
+  'operations' => array(
+    'user_user_operations_block' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'views_bulk_operations_delete_user_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'views_bulk_operations_user_roles_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'system_send_email_action' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
+    'user_user_operations_unblock' => array(
+        'selected' => TRUE,
+        'label' => NULL,
+        'settings' => NULL,
+        'skip_confirmation' => 0,
+    ),
   ),
 ));
 $handler = $view->new_display('system', 'System', 'system_1');
