Mercurial > gftp.yaz
comparison src/gtk/transfer.c @ 793:fbc903d84577
2006-7-29 Brian Masney <masneyb@gftp.org>
* src/gtk/gftp-gtk.c src/gtk/transfer.c - removed some unnecessary
updates to the toolbar
author | masneyb |
---|---|
date | Sat, 29 Jul 2006 14:56:37 +0000 |
parents | 19aaa1571cc8 |
children | d6fdfcbdb056 |
comparison
equal
deleted
inserted
replaced
792:37bc51131e2d | 793:fbc903d84577 |
---|---|
829 { | 829 { |
830 char *tempstr, *temp1str; | 830 char *tempstr, *temp1str; |
831 | 831 |
832 if (wdata->request->gotbytes == -1) | 832 if (wdata->request->gotbytes == -1) |
833 { | 833 { |
834 update_window_info (); | 834 update_window (wdata); |
835 wdata->request->gotbytes = 0; | 835 wdata->request->gotbytes = 0; |
836 } | 836 } |
837 else | 837 else |
838 { | 838 { |
839 tempstr = insert_commas (wdata->request->gotbytes, NULL, 0); | 839 tempstr = insert_commas (wdata->request->gotbytes, NULL, 0); |