diff --git plugins/views_plugin_display.inc plugins/views_plugin_display.inc
index e73f878..d4ad16d 100644
--- plugins/views_plugin_display.inc
+++ plugins/views_plugin_display.inc
@@ -677,6 +677,10 @@ class views_plugin_display extends views_plugin {
       $types = views_object_types();
       $plural = $types[$type]['plural'];
       foreach ($this->get_option($plural) as $id => $info) {
+        if ($info['id'] != $id) {
+          $info['id'] = $id;
+        }
+
         // If aggregation is on, the group type might override the actual
         // handler that is in use. This piece of code checks that and,
         // if necessary, sets the override handler.
