[Aptitude-devel] r3046 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows@costa.debian.org
Fri, 22 Apr 2005 23:26:15 +0000


Author: dburrows
Date: Fri Apr 22 23:26:12 2005
New Revision: 3046

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/broken_indicator.cc
Log:
Fix a silly compile error.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Fri Apr 22 23:26:12 2005
@@ -1,5 +1,9 @@
 2005-04-22  Daniel Burrows  <dburrows@debian.org>
 
+	* src/broken_indicator.cc:
+
+	  Doh, fix a compile error.
+
 	* src/generic/aptcache.cc:
 
 	  Add yet one more missing call to package_state_changed (in

Modified: branches/aptitude-0.3/aptitude/src/broken_indicator.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/broken_indicator.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/broken_indicator.cc	Fri Apr 22 23:26:12 2005
@@ -79,7 +79,7 @@
 
 	if(sol.get_actions().empty())
 	  {
-	    set_fragment(fragf(_("%CInternal error: unexpected null solution.", get_color("Error"))));
+	    set_fragment(fragf(_("%CInternal error: unexpected null solution."), get_color("Error")));
 	    return;
 	  }