| -rw-r--r-- | MobilePushr.m | 2 |
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); |
