fixed os x build 0.9.27 dev version

This commit is contained in:
John Preston 2016-02-25 20:39:35 +03:00
parent 610b0d3537
commit 16255f1591
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ void MacPrivate::notifyClicked(unsigned long long peer, int msgid) {
void MacPrivate::notifyReplied(unsigned long long peer, int msgid, const char *str) {
History *history = App::history(PeerId(peer));
App::main()->sendMessage(history, QString::fromUtf8(str), (msgid > 0 && !history->peer->isUser()) ? msgid : 0, false);
App::main()->sendMessage(history, QString::fromUtf8(str), (msgid > 0 && !history->peer->isUser()) ? msgid : 0, false, false);
}
PsMainWindow::PsMainWindow(QWidget *parent) : QMainWindow(parent),