fixed #151
This commit is contained in:
parent
9028d5a783
commit
9f6c9f9131
5 changed files with 28 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// NewTweetWindow.m
|
||||
// NewPostWindow.m
|
||||
// bungloo
|
||||
//
|
||||
// Created by Jeena on 16.04.10.
|
||||
|
@ -234,7 +234,7 @@
|
|||
post.location = self.currentLocation;
|
||||
post.imageFilePath = self.imageFilePath;
|
||||
post.isPrivate = self.togglePrivateButton.image == [NSImage imageNamed:NSImageNameLockLockedTemplate];
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:@"sendTweet" object:post];
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:@"sendPost" object:post];
|
||||
[self close];
|
||||
} else {
|
||||
NSBeep();
|
||||
|
|
Reference in a new issue