On Sun, Mar 26, 2006 at 08:17:04PM +0200, Thomas-Martin Seck wrote:
Two minor nits with the download gui:
1) The "Rename" button shown in the dialogue that appears when one tries to overwrite an existing file is to small for the text "Rename" and the "this is the default button hook" symbol - the "R" of "Rename" is painted on the left border of said button. This may be a local font size issue or an FLTK problem, though.
FLTK problem. The message dialog used there is an fltk2-internal function. Maybe I could let them know...
2) wget is a bit too chatty - when I download a large file (e.g. <http://www.kleptones.com/music/Detroit/detroit_burn.zip> (83 MB), the log shown when hovering over the file name field is filled with wget's process entries (10000 k ....\n10050 k .... and so on).
This is supposed to be trimmed out of the log. Please send me a small verbatim sample of wget's output in your system to fix it. -- Cheers Jorge.-