Mercurial > gftp.yaz
diff ChangeLog @ 879:a41a3590d696
2007-2-14 Brian Masney <masneyb@gftp.org>
* lib/gftp.h src/gtk/gtkui.c src/uicommon/gftpui.c - added refreshing
field to the gftp_request structure. If this is set in
gftpui_common_cmd_open(), then the refresh command is not ran after
a connection is made to the server. This field is currently only
enabled when running called from the refresh function in the GTK+
port. It fixes an issue where the refresh command was being ran
twice. (closes #171732)
author | masneyb |
---|---|
date | Thu, 15 Feb 2007 01:06:49 +0000 |
parents | 2d4e6fca8e7c |
children | c010094bd60b |
line wrap: on
line diff
--- a/ChangeLog Sun Feb 11 22:36:54 2007 +0000 +++ b/ChangeLog Thu Feb 15 01:06:49 2007 +0000 @@ -1,3 +1,12 @@ +2007-2-14 Brian Masney <masneyb@gftp.org> + * lib/gftp.h src/gtk/gtkui.c src/uicommon/gftpui.c - added refreshing + field to the gftp_request structure. If this is set in + gftpui_common_cmd_open(), then the refresh command is not ran after + a connection is made to the server. This field is currently only + enabled when running called from the refresh function in the GTK+ + port. It fixes an issue where the refresh command was being ran + twice. (closes #171732) + 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()