ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Main.pas
(Generate patch)

Comparing oup/current/Main.pas (file contents):
Revision 238 by alloc, Tue Jun 19 22:06:10 2007 UTC vs.
Revision 239 by alloc, Sat Jul 14 20:22:05 2007 UTC

# Line 812 | Line 812 | end;
812  
813   function TForm_Main.open_child(window_context: String; Connection: Integer): TForm_BaseTemplate;
814   begin
815 <  open_child(window_context, Connection, -1);
815 >  Result := open_child(window_context, Connection, -1);
816   end;
817  
818   function TForm_Main.open_child(window_context: String): TForm_BaseTemplate;
819   begin
820 <  open_child(window_context, -1, -1);
820 >  Result := open_child(window_context, -1, -1);
821   end;
822  
823   end.

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)