[Aptitude-svn-commit] r4395 - in branches/aptitude-0.3/aptitude: .
src
Daniel Burrows
dburrows at costa.debian.org
Sat Oct 1 01:14:16 UTC 2005
Author: dburrows
Date: Sat Oct 1 01:14:12 2005
New Revision: 4395
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/ui.cc
Log:
Don't overload the Q key for mini-buffer downloads.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sat Oct 1 01:14:12 2005
@@ -1,5 +1,9 @@
2005-09-30 Daniel Burrows <dburrows at debian.org>
+ * src/ui.cc:
+
+ Don't let mini-buffer downloads overload the Q key.
+
* NEWS:
Update the NEWS file for 0.3.4 (may get additional updates).
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 Sat Oct 1 01:14:12 2005
@@ -524,12 +524,7 @@
static void do_destroy_visible()
{
- if(active_status_download.valid())
- {
- active_status_download->destroy();
- active_status_download=NULL;
- }
- else if(aptcfg->FindB(PACKAGE "::UI::Exit-On-Last-Close", true) &&
+ if(aptcfg->FindB(PACKAGE "::UI::Exit-On-Last-Close", true) &&
main_multiplex->num_children()<=1)
do_quit();
else
More information about the Aptitude-svn-commit
mailing list