From 7179b2c6544440b6347a21d87043c8fc722165c4 Mon Sep 17 00:00:00 2001 From: "elias.bachaalany" Date: Mon, 9 May 2011 10:22:44 +0000 Subject: [PATCH] - Choose2.Show(modal=True) was broken --- swig/kernwin.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/kernwin.i b/swig/kernwin.i index 8379e3a..b1f1f3c 100644 --- a/swig/kernwin.i +++ b/swig/kernwin.i @@ -3409,7 +3409,7 @@ class Choose2(object): self.flags |= Choose2.CH_MODAL # Disable the timeout - old = idaapi.set_script_timeout(0) + old = _idaapi.set_script_timeout(0) n = _idaapi.choose2_create(self, False) _idaapi.set_script_timeout(old)