comparison src/uicommon/gftpui.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 2adc6b8b3197
children 6f766002bff2
comparison
equal deleted inserted replaced
774:2adc6b8b3197 775:c1144630c4f4
680 cdata->uidata = uidata; 680 cdata->uidata = uidata;
681 cdata->run_function = gftpui_common_run_connect; 681 cdata->run_function = gftpui_common_run_connect;
682 cdata->retries = retries; 682 cdata->retries = retries;
683 cdata->dont_check_connection = 1; 683 cdata->dont_check_connection = 1;
684 684
685 gftpui_show_busy (TRUE);
685 gftpui_common_run_callback_function (cdata); 686 gftpui_common_run_callback_function (cdata);
687 gftpui_show_busy (FALSE);
686 688
687 g_free (cdata); 689 g_free (cdata);
688 690
689 return (1); 691 return (1);
690 } 692 }