mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 09:05:34 -05:00
Changed popup fchat focus for typingnotification
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1237 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3e3b90c95e
commit
0dd42c966c
@ -643,9 +643,9 @@ void PeersDialog::configurefriend()
|
||||
void PeersDialog::updatePeerStatusString(const QString& peer_id,const QString& status_string)
|
||||
{
|
||||
RshareSettings settings;
|
||||
uint chatflags = settings.getChatFlags();
|
||||
// uint chatflags = settings.getChatFlags();
|
||||
|
||||
PopupChatDialog *pcd = getPrivateChat(peer_id.toStdString(),rsPeers->getPeerName(peer_id.toStdString()), chatflags);
|
||||
PopupChatDialog *pcd = getPrivateChat(peer_id.toStdString(),rsPeers->getPeerName(peer_id.toStdString()), 0);
|
||||
pcd->updateStatusString(status_string);
|
||||
}
|
||||
|
||||
@ -653,7 +653,7 @@ void PeersDialog::insertChat()
|
||||
{
|
||||
if (!rsMsgs->chatAvailable())
|
||||
{
|
||||
std::cerr << "no chat available." << std::endl ;
|
||||
// std::cerr << "no chat available." << std::endl ;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user