diff --git a/js/wn/ui/appframe.js b/js/wn/ui/appframe.js
index f281bfc321..ce08c6590c 100644
--- a/js/wn/ui/appframe.js
+++ b/js/wn/ui/appframe.js
@@ -20,7 +20,7 @@ wn.ui.AppFrame = Class.extend({
this.add_breadcrumb(txt);
},
add_button: function(label, click, icon) {
- this.add_toolbar();
+ this.make_toolbar();
args = { label: label, icon:'' };
if(icon) {
args.icon = '';
@@ -58,7 +58,7 @@ wn.ui.AppFrame = Class.extend({
clear_breadcrumbs: function() {
this.$breadcrumbs && this.$breadcrumbs.empty();
},
- add_toolbar: function() {
+ make_toolbar: function() {
if(!this.toolbar)
this.$w.append('
');
this.toolbar = this.$w.find('.appframe-toolbar');
@@ -67,11 +67,11 @@ wn.ui.AppFrame = Class.extend({
return $(""+label+" ").appendTo(this.toolbar);
},
add_select: function(label, options) {
- this.add_toolbar();
+ this.make_toolbar();
return $("