--- editor_plugin.js.old	2007-03-15 22:30:20.871913600 +0100
+++ editor_plugin.js	2007-03-15 22:26:12.304491200 +0100
@@ -40,7 +40,7 @@
         template['width']  += tinyMCE.getLang('lang_linktonode_delta_width', 0);
         template['height'] += tinyMCE.getLang('lang_linktonode_delta_height', 0);
 
-        tinyMCE.openWindow(template, {editor_id : editor_id, inline : "yes", resizable: "no"});
+        tinyMCE.openWindow(template, {editor_id : editor_id, inline : "no", resizable: "no"});
 
         return true;
     } // switch
