removed time shift warning (too invasive), and replaced it by a warning in the help panel of chat lobbies

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6636 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-08-28 20:02:09 +00:00
parent 0ecbd0d22b
commit dbb8e4980e
2 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,7 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WFlags flags)
<li>Right click to create a new chat lobby</li> \
<li>Double click a chat lobby to enter, chat, and show it to your friends</li> \
</ul> \
Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock!\
</p> \
") ;

View File

@ -465,6 +465,7 @@ void NotifyQt::notifyChatLobbyTimeShift(int shift)
void NotifyQt::handleChatLobbyTimeShift(int /*shift*/)
{
return ; // we say nothing. The help dialog of lobbies explains this already.
static bool already = false ;
if(!already)