Mercurial > gftp.yaz
comparison src/gtk/misc-gtk.c @ 519:c3edcd3e9db9
2004-7-27 Brian Masney <masneyb@gftp.org>
* lib/sshv2.c - fixed SSHV2 transfers so that they work again
(they were busted in the last CVS commit due to the wrong file
offset being sent over)
* src/gtk/misc-gtk.c - fix for the log window so that the contents
are properly shown. (this was busted in the last CVS commit)
author | masneyb |
---|---|
date | Wed, 28 Jul 2004 01:58:28 +0000 |
parents | c6a6e908dbaf |
children | 739afd9df73c |
comparison
equal
deleted
inserted
replaced
518:c6a6e908dbaf | 519:c3edcd3e9db9 |
---|---|
39 ftp_log (gftp_logging_level level, gftp_request * request, | 39 ftp_log (gftp_logging_level level, gftp_request * request, |
40 const char *string, ...) | 40 const char *string, ...) |
41 { | 41 { |
42 uintptr_t max_log_window_size; | 42 uintptr_t max_log_window_size; |
43 int upd, free_logstr; | 43 int upd, free_logstr; |
44 size_t len, delsize; | |
45 gftp_log * newlog; | 44 gftp_log * newlog; |
45 gint delsize; | |
46 char *logstr; | 46 char *logstr; |
47 va_list argp; | 47 va_list argp; |
48 size_t len; | |
48 #if GTK_MAJOR_VERSION == 1 | 49 #if GTK_MAJOR_VERSION == 1 |
49 gftp_color * color; | 50 gftp_color * color; |
50 GdkColor fore; | 51 GdkColor fore; |
51 #else | 52 #else |
52 GtkTextBuffer * textbuf; | 53 GtkTextBuffer * textbuf; |