Index: fe_block.module
===================================================================
--- fe_block.module	(revision 13353)
+++ fe_block.module	(working copy)
@@ -174,6 +174,13 @@
 }
 
 /**
+ * Implements hook_features_revert().
+ */
+function fe_block_settings_features_rebuild($module) {
+  fe_block_settings_features_revert($module);
+}
+
+/**
  * Implementation of hook_features_export_options().
  */
 function fe_block_boxes_features_export_options() {
@@ -256,6 +263,13 @@
 }
 
 /**
+ * Implementation of hook_features_rebuild().
+ */
+function fe_block_boxes_features_rebuild() {
+  fe_block_boxes_features_revert();
+}
+
+/**
  * Implementation of hook_features_revert().
  */
 function fe_block_boxes_features_revert($module_name = NULL) {
