home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / dock / Fiend.1.0.patch < prev    next >
Encoding:
Text File  |  1994-11-07  |  516 b   |  20 lines

  1. *** IconView.m.~1~      Mon Jun 13 01:39:10 1994
  2. --- IconView.m  Wed Sep  7 00:05:47 1994
  3. ***************
  4. *** 155,161 ****
  5.                 atom = NXUniqueString(appName);
  6.                 [processTable insertKey:(const void *)atom value:(void *)pid];
  7.         }
  8. !       fclose(pfile);
  9.   
  10.         return self;
  11.   }
  12. --- 155,161 ----
  13.                 atom = NXUniqueString(appName);
  14.                 [processTable insertKey:(const void *)atom value:(void *)pid];
  15.         }
  16. !       pclose(pfile);
  17.   
  18.         return self;
  19.   }
  20.