From 16255f159100f6800d64752cf02b9892fb9e74b2 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 25 Feb 2016 20:39:35 +0300 Subject: [PATCH] fixed os x build 0.9.27 dev version --- Telegram/SourceFiles/pspecific_mac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/pspecific_mac.cpp b/Telegram/SourceFiles/pspecific_mac.cpp index 245765b9d..7f2cf9508 100644 --- a/Telegram/SourceFiles/pspecific_mac.cpp +++ b/Telegram/SourceFiles/pspecific_mac.cpp @@ -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),