changeset 6 | af9b2b929b03 |
parent 0 | e9f7ba4718e1 |
child 8 | 45c82a071aca |
1.1 --- a/Source/Dispenser.m Fri Mar 07 11:43:02 2008 -0800 1.2 +++ b/Source/Dispenser.m Wed Mar 12 15:51:32 2008 -0700 1.3 @@ -163,6 +163,8 @@ 1.4 #pragma mark DRAG-AND-DROP: 1.5 1.6 1.7 +#if ! TARGET_OS_ASPEN 1.8 + 1.9 // An image from another app can be dragged onto a Dispenser to change the Piece's appearance. 1.10 1.11 1.12 @@ -191,4 +193,6 @@ 1.13 } 1.14 1.15 1.16 +#endif 1.17 + 1.18 @end