From 55a895eb5e7fcb980ae4ed66a315bc5e99f4bbf9 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 30 Dec 2016 18:02:02 -0500
Subject: [PATCH] fix typo in method name

---
 pd/nw/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/nw/index.js b/pd/nw/index.js
index 9c36a77db..d17d6ba2f 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.
-- 
GitLab