[Aptitude-svn-commit] r4184 - in branches/aptitude-0.3/aptitude: .
src
Daniel Burrows
dburrows at costa.debian.org
Thu Sep 22 21:52:38 UTC 2005
Author: dburrows
Date: Thu Sep 22 21:52:35 2005
New Revision: 4184
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/ui.cc
Log:
Fix a dumb syntax error.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Thu Sep 22 21:52:35 2005
@@ -1,5 +1,9 @@
2005-09-22 Daniel Burrows <dburrows at debian.org>
+ * src/ui.cc:
+
+ Typo fix.
+
* src/menu_redirect.h, src/pkg_tree.cc, src/pkg_tree.h:
Add stubs for future resolver menu items.
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 Thu Sep 22 21:52:35 2005
@@ -1805,7 +1805,7 @@
vs_menu_info(vs_menu_info::VS_MENU_ITEM, N_("^Apply Solution"),
"ApplySolution", N_("Perform the actions contained in the currently selected solution."),
sigc::ptr_fun(do_apply_solution),
- sigc::ptr_fun(do_apply_solution_enabled))),
+ sigc::ptr_fun(do_apply_solution_enabled)),
vs_menu_info(vs_menu_info::VS_MENU_ITEM, N_("Next Solution"),
"NextSolution", N_("Select the next solution to the dependency problems."),
sigc::ptr_fun(do_next_solution),
More information about the Aptitude-svn-commit
mailing list