diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-02-28 16:13:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-02-28 16:13:12 +0000 |
commit | 24b28fb0147e618cc2f992ac50ef0b675f02dd3b (patch) | |
tree | ace6f42522048c78d5e43151f33ba43ff8ceba7d /graphics/price/files | |
parent | 7043327794b7db017f13ba411d1b631bed666539 (diff) |
Notes
Diffstat (limited to 'graphics/price/files')
-rw-r--r-- | graphics/price/files/patch-PRImageView.m | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/price/files/patch-PRImageView.m b/graphics/price/files/patch-PRImageView.m new file mode 100644 index 000000000000..87859ab79759 --- /dev/null +++ b/graphics/price/files/patch-PRImageView.m @@ -0,0 +1,17 @@ +--- PRImageView.m.orig 2007-12-08 01:32:13.000000000 +0100 ++++ PRImageView.m 2008-02-21 15:18:34.000000000 +0100 +@@ -81,12 +81,13 @@ + } + + ++#if 0 + - (NSRect ) rectForPage: (int) pageNumber + { + NSPrintInfo *pi = [[[NSDocumentController sharedDocumentController] currentDocument] printInfo]; + return [pi imageablePageBounds]; + } +- ++#endif + + + -(void) dealloc |