We want to store printers as an ivar, so the array needs to be retained
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 6 Aug 2008 18:07:06 +0000 (14:07 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 6 Aug 2008 18:07:06 +0000 (14:07 -0400)
commit11c876139892b7e7e30bb977ffb03a2292901ddf
treedecf012a91e338ca838457a7eeed7d24f09dc43b
parentb1419b2e3bdf97f058da2470b049899b245041a5
We want to store printers as an ivar, so the array needs to be retained

* Source/AppController.m:
(init): Use [[NSA alloc] initWithContentsOfFile:] instead of [NSA arrayWith...]
(dealloc): New method
Source/AppController.m