Synchronisation with ibrowser source code
Modified: trunk/reactos/subsys/system/explorer/shell/webchild.cpp

Modified: trunk/reactos/subsys/system/explorer/shell/webchild.cpp
--- trunk/reactos/subsys/system/explorer/shell/webchild.cpp	2005-05-11 19:13:20 UTC (rev 15228)
+++ trunk/reactos/subsys/system/explorer/shell/webchild.cpp	2005-05-11 19:15:36 UTC (rev 15229)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004 Martin Fuchs
+ * Copyright 2004, 2005 Martin Fuchs
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -302,8 +302,7 @@
 
 String WebChildWindow::jump_to_int(LPCTSTR url)
 {
+	_navigator.goto_url(url);
 
-//@@
-
-	return String();
+	return url;
 }