Clear the file after uploading (so people can't print the same document twice)
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 10 Sep 2008 23:40:21 +0000 (19:40 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 10 Sep 2008 23:40:21 +0000 (19:40 -0400)
commit00d8ff16f4292404166b9853f643278cdc5d0c45
treed97deecbbe3e64ab6037f089cf42b8a1dea85318
parentb1e4e6ff7e60f5aea4c5738dd5f6d810db626315
Clear the file after uploading (so people can't print the same document twice)

* Source/AppController.h: Add an IBO for the "go" button
* Source/AppController.m:
(uploadAndPrint:): Disable the "go" button
* English.lproj/MainMenu.xib: Hook up the IBO
* Source/DraggableImageView.h+m:
(clearFile): New method to clear the currently dropped file
English.lproj/MainMenu.xib
Source/AppController.h
Source/AppController.m
Source/DraggableImageView.h
Source/DraggableImageView.m