From 15ea2c35066db7f6a5fd74a701963a07280e6c24 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 9 Aug 2012 18:27:47 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index 526fa59f4..7b8c579e6 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -314,7 +314,7 @@ right: if (cls == tops[cls][i]) { continue; } - if (canTop(cls, rec+1)) { + if (canTop(tops[cls][i], rec+1)) { return true; } } -- 2.39.2