Mercurial > gftp.yaz
comparison ChangeLog @ 876:2d4e6fca8e7c
2007-2-6 Brian Masney <masneyb@gftp.org>
* src/text/textui.c src/gtk/gtkui_transfer.c src/uicommon/gftpui.h -
added new function: gftpui_cancel_file_transfer()
* src/uicommon/gftpui.c - use gftpui_cancel_file_transfer() to cancel
the file transfers
* lib/gftp.h lib/misc.c src/gtk/transfer.c - added pointer for the
thread_id of the transfer to the gftp_transfer structure. This will be
used in the GTK+ port so that the transfer can be stopped.
author | masneyb |
---|---|
date | Wed, 07 Feb 2007 02:43:57 +0000 |
parents | 19dacfb69433 |
children | a41a3590d696 |
comparison
equal
deleted
inserted
replaced
875:19dacfb69433 | 876:2d4e6fca8e7c |
---|---|
1 2007-2-6 Brian Masney <masneyb@gftp.org> | 1 2007-2-6 Brian Masney <masneyb@gftp.org> |
2 * src/text/textui.c src/gtk/gtkui_transfer.c src/uicommon/gftpui.h - | |
3 added new function: gftpui_cancel_file_transfer() | |
4 | |
5 * src/uicommon/gftpui.c - use gftpui_cancel_file_transfer() to cancel | |
6 the file transfers | |
7 | |
8 * lib/gftp.h lib/misc.c src/gtk/transfer.c - added pointer for the | |
9 thread_id of the transfer to the gftp_transfer structure. This will be | |
10 used in the GTK+ port so that the transfer can be stopped. | |
11 | |
2 * src/gtk/menu-items.c - removed duplicated code that was found by PMD | 12 * src/gtk/menu-items.c - removed duplicated code that was found by PMD |
3 | 13 |
4 2007-2-5 Brian Masney <masneyb@gftp.org> | 14 2007-2-5 Brian Masney <masneyb@gftp.org> |
5 * src/gtk/gftp-gtk.c (CreateMenus) - fixes for creating the transfers | 15 * src/gtk/gftp-gtk.c (CreateMenus) - fixes for creating the transfers |
6 menu. This was only broken in CVS. | 16 menu. This was only broken in CVS. |