Minor fix.

This commit is contained in:
Paulo Veiga
2011-10-04 23:59:21 -03:00
parent 9185883d30
commit b0e5923fec
3 changed files with 13 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ mindplot.widget.ToolbarPaneItem = new Class({
}
}.bind(this);
this.parent(buttonId, fn, {topicAction:true,relAction:true});
this.parent(buttonId, fn, {topicAction:true,relAction:false});
this._model = model;
this._panelId = this._init().id;
},