mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing call to ChatDialog::chatFriend()
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6435 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
63339153de
commit
c45f2776ed
@ -39,6 +39,7 @@
|
||||
#include "common/RsCollectionFile.h"
|
||||
#include "gui/connect/ConnectFriendWizard.h"
|
||||
#include "gui/connect/ConfCertDialog.h"
|
||||
#include "gui/chat/ChatDialog.h"
|
||||
|
||||
#include <retroshare/rsfiles.h>
|
||||
#include <retroshare/rsmsgs.h>
|
||||
@ -1238,6 +1239,8 @@ static void processList(const QStringList &list, const QString &textSingular, co
|
||||
}
|
||||
QMessageBox::information(NULL,QObject::tr("Chat connexion is not possible"),error_msg) ;
|
||||
}
|
||||
else
|
||||
ChatDialog::chatFriend(hash);
|
||||
}
|
||||
break ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user