diff --git a/retroshare-gui/src/gui/chat/ChatWidget.cpp b/retroshare-gui/src/gui/chat/ChatWidget.cpp index 5c18d1cea..6249d5681 100644 --- a/retroshare-gui/src/gui/chat/ChatWidget.cpp +++ b/retroshare-gui/src/gui/chat/ChatWidget.cpp @@ -440,7 +440,7 @@ void ChatWidget::blockSending(QString msg) #ifndef RS_ASYNC_CHAT // sendingBlocked = true; // ui->sendButton->setEnabled(false); - ui->stickerButton->setEnabled(false); +// ui->stickerButton->setEnabled(false); #endif ui->sendButton->setToolTip(msg); }