[Aptitude-svn-commit] r3417 - in branches/aptitude-0.3/aptitude: . src
Daniel Burrows
dburrows@costa.debian.org
Thu, 23 Jun 2005 01:56:18 +0000
Author: dburrows
Date: Thu Jun 23 01:56:16 2005
New Revision: 3417
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/vs_progress.cc
Log:
Done() just indicates that a suboperation completed, not that the whole
operation is finished. Don't hide() the widget when Done() is called -- it's
unnecessary since the widget will be hidden anyway when it's destroyed.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Thu Jun 23 01:56:16 2005
@@ -1,5 +1,11 @@
2005-06-22 Daniel Burrows <dburrows@debian.org>
+ * src/vs_progress.cc:
+
+ Done() just indicates that a suboperation completed, not that
+ everything completed. Don't hide() the widget in Done()
+ (anyway, it'll get hidden when it's destroyed).
+
* src/generic/aptcache.cc:
Disable auto-installation of dependencies when restoring package
Modified: branches/aptitude-0.3/aptitude/src/vs_progress.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vs_progress.cc (original)
+++ branches/aptitude-0.3/aptitude/src/vs_progress.cc Thu Jun 23 01:56:16 2005
@@ -73,8 +73,6 @@
vscreen_update();
vscreen_updatecursor();
vscreen_tryupdate();
-
- hide();
}
int vs_progress::width_request()