diff src/gtk/transfer.c @ 368:af541d789f4c

2003-1-18 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c src/gtk/delete_dialog.c src/gtk/transfer.c src/gtk/view_dialog.c src/uicommon/gftpui.c - renamed all instances of copy_request() to gftp_copy_request(). Removed second argument (copy_local_options), the options are always copied now.
author masneyb
date Sun, 18 Jan 2004 20:18:19 +0000
parents d5409bf03ff1
children 14da115b149b
line wrap: on
line diff
--- a/src/gtk/transfer.c	Sun Jan 18 20:09:28 2004 +0000
+++ b/src/gtk/transfer.c	Sun Jan 18 20:18:19 2004 +0000
@@ -105,8 +105,8 @@
     return;
 
   transfer = g_malloc0 (sizeof (*transfer));
-  transfer->fromreq = copy_request (fromwdata->request, 0);
-  transfer->toreq = copy_request (towdata->request, 0);
+  transfer->fromreq = gftp_copy_request (fromwdata->request);
+  transfer->toreq = gftp_copy_request (towdata->request);
   transfer->fromwdata = fromwdata;
   transfer->towdata = towdata;