This one-line patch clears the line containing the filename when replacing
packages. This avoids the last filename of the previous package being
displayed while the next is uninstalled.
Igor
==============================================================================
ChangeLog:
2003-03-13 Igor Pechtchanski <[EMAIL PROTECTED]>
* install.cc (replace_one): Clear Text3.
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ [EMAIL PROTECTED]
ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED]
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
-- /usr/games/fortune
Index: install.cc
===================================================================
RCS file: /cvs/cygwin-apps/setup/install.cc,v
retrieving revision 2.57
diff -u -p -r2.57 install.cc
--- install.cc 12 Mar 2003 22:15:25 -0000 2.57
+++ install.cc 14 Mar 2003 03:41:24 -0000
@@ -150,6 +150,7 @@ replace_one (packagemeta & pkg)
int errors = 0;
Progress.SetText1 ("Replacing...");
Progress.SetText2 (pkg.name.cstr_oneuse());
+ Progress.SetText3 ("");
log (LOG_PLAIN, String( "Replacing ") + pkg.name);
pkg.uninstall ();