[PATCH] Clear filename line when uninstalling

Igor Pechtchanski pechtcha@cs.nyu.edu
Fri Mar 14 04:02:00 GMT 2003


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 <pechtcha@cs.nyu.edu>

	* install.cc (replace_one): Clear Text3.

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,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
-------------- next part --------------
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 ();
 


More information about the Cygwin-apps mailing list