This commit is contained in:
Jeena Paradies 2013-02-17 11:41:30 +01:00
parent 9028d5a783
commit 9f6c9f9131
5 changed files with 28 additions and 29 deletions

View file

@ -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();