diff --git a/pd/nw/index.js b/pd/nw/index.js index 9c36a77db176c6435ccca243372db6015a80b96a..d17d6ba2f9ff979e6204ab77ef9fb591798452c8 100644 --- a/pd/nw/index.js +++ b/pd/nw/index.js @@ -426,7 +426,7 @@ function nw_create_window(cid, type, width, height, xpos, ypos, attr_array) { new_win.eval(null, eval_string); // flag the window as loaded. We may want to wait until the // DOM window has finished loading for this. - pdgui.set_finished_loading(cid); + pdgui.set_window_finished_loading(cid); } else { // If the window is no longer loading, we need to go ahead // and remove the reference to it in the patchwin array.