Index: trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc	(revision 3387)
+++ trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc	(revision 3487)
@@ -1954,4 +1954,5 @@
         //
         gPad = n;
+        //n->cd();
 
         //
@@ -1983,6 +1984,5 @@
         //
         n->SetBatch(kFALSE);
-        if (num<0)
-            *fLog << "done." << endl;
+        *fLog << "done." << endl;
     }
 
@@ -1994,7 +1994,9 @@
     SetStatusLine2("Updating header of PS file...");
 
-    *fLog << inf << " - Updating header of PS file... " << flush;
+    if (num<0)
+        *fLog << " - Updating header of PS file... " << flush;
     UpdatePSHeader(name);
-    *fLog << inf << "done." << endl;
+    if (num<0)
+        *fLog << inf << "done." << endl;
 
     gVirtualPS = psave;
@@ -2002,5 +2004,6 @@
         padsav->cd();
 
-    *fLog << inf << "done." << endl;
+    if (num<0)
+        *fLog << inf << "done." << endl;
 
     SetStatusLine2(Form("Done (%dpages)", page-1));
