projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* cmdline/apt-get.cc:
[apt.git]
/
cmdline
/
acqprogress.cc
diff --git
a/cmdline/acqprogress.cc
b/cmdline/acqprogress.cc
index a5fee1db52170688d3dbfee27e84d94ecd2dd3a0..b3ded4142f651f831db799604b6527075bf13a9d 100644
(file)
--- a/
cmdline/acqprogress.cc
+++ b/
cmdline/acqprogress.cc
@@
-145,11
+145,11
@@
void AcqTextStatus::Stop()
bandwidth and ETA indicator. */
bool AcqTextStatus::Pulse(pkgAcquire *Owner)
{
bandwidth and ETA indicator. */
bool AcqTextStatus::Pulse(pkgAcquire *Owner)
{
+ pkgAcquireStatus::Pulse(Owner);
+
if (Quiet > 0)
return true;
if (Quiet > 0)
return true;
- pkgAcquireStatus::Pulse(Owner);
-
enum {Long = 0,Medium,Short} Mode = Long;
char Buffer[sizeof(BlankLine)];
enum {Long = 0,Medium,Short} Mode = Long;
char Buffer[sizeof(BlankLine)];