[Aptitude-svn-commit] r4161 - in branches/aptitude-0.3/aptitude: .
src
Daniel Burrows
dburrows at costa.debian.org
Wed Sep 21 22:36:24 UTC 2005
Author: dburrows
Date: Wed Sep 21 22:36:18 2005
New Revision: 4161
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/ui.cc
Log:
Signal that the resolver state changed when it runs out of solutions.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Wed Sep 21 22:36:18 2005
@@ -1,5 +1,10 @@
2005-09-21 Daniel Burrows <dburrows at debian.org>
+ * src/ui.cc:
+
+ Signal that the resolver state changed when it runs out of
+ solutions.
+
* src/broken_indicator.cc:
Fix the placement of a bunch of code in broken_indicator::update
Modified: branches/aptitude-0.3/aptitude/src/ui.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/ui.cc (original)
+++ branches/aptitude-0.3/aptitude/src/ui.cc Wed Sep 21 22:36:18 2005
@@ -1483,6 +1483,8 @@
if(st.selected_solution == st.generated_solutions)
manager->select_previous_solution();
show_message(_("No more solutions."));
+
+ manager->state_changed();
}
};
public:
More information about the Aptitude-svn-commit
mailing list