rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / nestededls.C
index 3d1731c99d5053e0692823f376d0ea270731f211..4c7c64a05821197ddb8bf523aa1d799f6c1076b1 100644 (file)
@@ -84,7 +84,7 @@ void NestedEDLs::update_index(EDL *nested_edl)
 // __LINE__, 
 // current->index_state,
 // nested_edl->index_state->index_status);
-                       current->index_state->copy_from(nested_edl->index_state);
+                       current->update_index(nested_edl);
                }
        }
 }