summaryrefslogtreecommitdiff
path: root/MobilePushr.m
Side-by-side diff
Diffstat (limited to 'MobilePushr.m') (more/less context) (ignore whitespace changes)
-rw-r--r--MobilePushr.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobilePushr.m b/MobilePushr.m
index 38db4b9..e687890 100644
--- a/MobilePushr.m
+++ b/MobilePushr.m
@@ -181,7 +181,7 @@ typedef enum {
[_window setContentView: mainView];
[_window _setHidden: NO];
- _pushablePhotos = [[PushablePhotos alloc] initWithFrame: appRect application: self];
+ _pushablePhotos = [[PushablePhotos alloc] initWithFrame: appRect application: self inWindow: _window];
[mainView addSubview: _pushablePhotos];
struct CGRect topBarRect = CGRectMake(0.0f, 0.0f, appRect.size.width, 44.0f);