Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Fix Bug 944804 - Close open trackevent editor if trackevent no longer ex... #361

Merged
merged 1 commit into from Dec 9, 2013
Merged

Conversation

mjschranz
Copy link
Contributor

@@ -216,6 +216,16 @@ define( [ "localized", "core/eventmanager", "core/trackevent", "./editor",
// Set up views for plugin list editor
butter.listen( "mediacontentchanged", _header.views.disablePlugins );
butter.listen( "mediaready", _header.views.enablePlugins );
butter.listen( "mediaready", function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive by here. Can we make this mediacontentchanged?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to not rely on that because I'm sort of removing that in my dynamic duration patch as it is.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, I'll have to look at that patch before this one then.

@mjschranz mjschranz merged commit ca5ed30 into mozilla:master Dec 9, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants