From eaf8401d989224aec6840feaf4ce52d08e288016 Mon Sep 17 00:00:00 2001 From: Alexis Deveria Date: Fri, 29 Jan 2010 18:50:40 +0000 Subject: [PATCH] Oops, fixed bug caused by last fix git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1306 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svg-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svg-editor.js b/editor/svg-editor.js index 723836eb..28da4c3b 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -428,7 +428,7 @@ function svg_edit_setup() { var ref_data = Actions.getButtonData(opts.button); - if(opts.def) { + if(opts.isDefault) { placement_obj['#' + tls_id + '_show'] = btn.id; } // TODO: Find way to set the current icon using the iconloader if this is not default