[Aptitude-svn-commit] r4305 - in branches/aptitude-0.3/aptitude: .
src
Daniel Burrows
dburrows at costa.debian.org
Mon Sep 26 21:54:53 UTC 2005
Author: dburrows
Date: Mon Sep 26 21:54:50 2005
New Revision: 4305
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/ui.cc
Log:
Write a better description for the flat package list viewer.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Mon Sep 26 21:54:50 2005
@@ -2,6 +2,10 @@
* src/ui.cc:
+ Write a better description for the flat package list viewer.
+
+ * src/ui.cc:
+
Also gray out autocleaning and mark-upgradable when the apt
cache file isn't available, and don't crash even if someone does
call do_autoclean with apt_cache_file == NULL.
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 Mon Sep 26 21:54:50 2005
@@ -2106,7 +2106,7 @@
sigc::ptr_fun(do_new_package_view_with_new_bar)),
vs_menu_info(vs_menu_info::VS_MENU_ITEM, N_("New ^Flat Package List"), NULL,
- N_("Create a new flat package list"),
+ N_("View all the packages on the system in a single uncategorized list"),
sigc::ptr_fun(do_new_flat_view_with_new_bar)),
vs_menu_info(vs_menu_info::VS_MENU_ITEM, N_("New ^Debtags Browser"),
More information about the Aptitude-svn-commit
mailing list