diff -r d9da52e20f7f -r 510ebab76fa3 src/widgets/Controller.js --- a/src/widgets/Controller.js Tue May 15 15:50:19 2012 +0200 +++ b/src/widgets/Controller.js Fri May 18 18:23:51 2012 +0200 @@ -100,7 +100,7 @@ this.$playButton.click(this.functionWrapper("playHandler")); this.$.find(".Ldt-Ctrl-Annotate").click(function() { - _this.player.popcorn.trigger("IriSP.Player.AnnotateButton.clicked"); + _this.player.popcorn.trigger("IriSP.CreateAnnotation.toggle"); }); this.$.find(".Ldt-Ctrl-SearchBtn").click(this.functionWrapper("searchButtonHandler"));