[ros-diffs] [mf] 15229: Synchronisation with ibrowser source code

mf at svn.reactos.com mf at svn.reactos.com
Wed May 11 21:15:38 CEST 2005


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;
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050511/a9ca00f1/attachment.html


More information about the Ros-diffs mailing list