]> git.saurik.com Git - apt.git/blobdiff - cmdline/acqprogress.cc
merged -r 1914..1915 from lp:~donkult/apt/sid
[apt.git] / cmdline / acqprogress.cc
index a5fee1db52170688d3dbfee27e84d94ecd2dd3a0..b3ded4142f651f831db799604b6527075bf13a9d 100644 (file)
@@ -145,11 +145,11 @@ void AcqTextStatus::Stop()
    bandwidth and ETA indicator. */
 bool AcqTextStatus::Pulse(pkgAcquire *Owner)
 {
+   pkgAcquireStatus::Pulse(Owner);
+   
    if (Quiet > 0)
       return true;
    
-   pkgAcquireStatus::Pulse(Owner);
-   
    enum {Long = 0,Medium,Short} Mode = Long;
    
    char Buffer[sizeof(BlankLine)];