From: megacz Date: Fri, 30 Jan 2004 06:46:13 +0000 (+0000) Subject: 2002/04/28 06:51:24 X-Git-Tag: RC3~1809 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f41408b09b5d24880408607b232cc24d3b345980;p=org.ibex.core.git 2002/04/28 06:51:24 darcs-hash:20040130064613-2ba56-2801f0c0e883b96feb7defe0776c1377619a0418.gz --- diff --git a/src/org/xwt/Platform.java b/src/org/xwt/Platform.java index 710df27..6c97cae 100644 --- a/src/org/xwt/Platform.java +++ b/src/org/xwt/Platform.java @@ -223,6 +223,7 @@ public class Platform { if (Log.on) Log.log(Platform.class, "xwt.newBrowserWindow() only supports http and https urls"); return; } + if (Log.on) Log.log(Platform.class, "newBrowserWindow, url = " + url); platform._newBrowserWindow(url); }