Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9360)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9361)
@@ -20,6 +20,9 @@
  2009/02/20 Thomas Bretz
 
-  * mmuon/MHMuonPar.[h,cc]:
-    - updated class version number after fmm2Deg got removed
+   * mmuon/MHMuonPar.[h,cc]:
+     - updated class version number after fMm2Deg got removed
+
+   * mpointing/MHSrcPosCam.cc:
+     - fixed the fill style of the ellipse to produce correct ps-files
 
 
Index: /trunk/MagicSoft/Mars/mpointing/MHSrcPosCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mpointing/MHSrcPosCam.cc	(revision 9360)
+++ /trunk/MagicSoft/Mars/mpointing/MHSrcPosCam.cc	(revision 9361)
@@ -212,5 +212,5 @@
         // Typical wobble distance +/- 1 shaftencoder step
         TEllipse el;
-        el.SetFillStyle(4000);
+        el.SetFillStyle(0);
         el.SetLineColor(kBlack);
         el.SetLineStyle(kDashed);
