comparison src/text/textui.c @ 775:c1144630c4f4

2006-7-19 Brian Masney <masneyb@gftp.org> * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpui.h - change the cursor to a busy cursor when the protocol functions are used (from Scott Reeves <sreeves@novell.com>) (closes #305927)
author masneyb
date Thu, 20 Jul 2006 02:24:50 +0000
parents 1ad4eb5c29de
children 77660334b282
comparison
equal deleted inserted replaced
774:2adc6b8b3197 775:c1144630c4f4
62 gftpui_check_reconnect (gftpui_callback_data * cdata) 62 gftpui_check_reconnect (gftpui_callback_data * cdata)
63 { 63 {
64 return (1); 64 return (1);
65 } 65 }
66 66
67 void
68 gftpui_show_busy (gboolean busy)
69 {
70 /* do nothing for text based */
71 }
67 72
68 void 73 void
69 gftpui_prompt_username (void *uidata, gftp_request * request) 74 gftpui_prompt_username (void *uidata, gftp_request * request)
70 { 75 {
71 char tempstr[256]; 76 char tempstr[256];