diff 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
line wrap: on
line diff
--- a/src/text/textui.c	Thu Jul 20 02:20:49 2006 +0000
+++ b/src/text/textui.c	Thu Jul 20 02:24:50 2006 +0000
@@ -64,6 +64,11 @@
   return (1);
 }
 
+void
+gftpui_show_busy (gboolean busy)
+{
+  /* do nothing for text based */
+}
 
 void
 gftpui_prompt_username (void *uidata, gftp_request * request)