Index: trunk/psModules/src/objects/pmSourceIO.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO.c	(revision 17826)
+++ trunk/psModules/src/objects/pmSourceIO.c	(revision 17832)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-05-28 18:57:01 $
+ *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-05-28 21:48:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -886,5 +886,5 @@
 
     if (view->chip == -1) {
-        bool exists = pmFPACheckDataStatusForSources (fpa, name);
+        bool exists = pmFPACheckDataStatusForSources (fpa, file->name);
         return exists;
     }
@@ -896,5 +896,5 @@
 
     if (view->cell == -1) {
-        bool exists = pmChipCheckDataStatusForSources (chip, name);
+        bool exists = pmChipCheckDataStatusForSources (chip, file->name);
         return exists;
     }
@@ -906,5 +906,5 @@
 
     if (view->readout == -1) {
-        bool exists = pmCellCheckDataStatusForSources (cell, name);
+        bool exists = pmCellCheckDataStatusForSources (cell, file->name);
         return exists;
     }
