[Aptitude-svn-commit] r4145 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows at costa.debian.org
Wed Sep 21 02:31:14 UTC 2005


Author: dburrows
Date: Wed Sep 21 02:31:12 2005
New Revision: 4145

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/solution_screen.cc
Log:
Clear out the other information areas when the multiplex goes.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Wed Sep 21 02:31:12 2005
@@ -1,5 +1,9 @@
 2005-09-20  Daniel Burrows  <dburrows at debian.org>
 
+	* src/solution_screen.cc:
+
+	  Clear out the other information areas when the multiplex goes.
+
 	* src/vscreen/vs_multiplex.cc, src/vscreen/vs_table.cc:
 
 	  Tighten some asserts.

Modified: branches/aptitude-0.3/aptitude/src/solution_screen.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/solution_screen.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/solution_screen.cc	Wed Sep 21 02:31:12 2005
@@ -1009,6 +1009,10 @@
       {
 	// No packages are broken; remove this screen.
 	destroy();
+
+	// Clear out the other display areas, just in case.
+	set_short_description(fragf(""));
+	set_active_dep(aptitude_resolver_dep());
 	return;
       }
 



More information about the Aptitude-svn-commit mailing list