From dbb8e4980e52b2f88771448a00d35cfc36d50d0c Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 28 Aug 2013 20:02:09 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/ChatLobbyWidget.cpp | 1 + retroshare-gui/src/gui/notifyqt.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.cpp b/retroshare-gui/src/gui/ChatLobbyWidget.cpp index edcc0421c..d713920df 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.cpp +++ b/retroshare-gui/src/gui/ChatLobbyWidget.cpp @@ -131,6 +131,7 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WFlags flags)
  • Right click to create a new chat lobby
  • \
  • Double click a chat lobby to enter, chat, and show it to your friends
  • \ \ + Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock!\

    \ ") ; diff --git a/retroshare-gui/src/gui/notifyqt.cpp b/retroshare-gui/src/gui/notifyqt.cpp index 448f85d00..86cfc626b 100644 --- a/retroshare-gui/src/gui/notifyqt.cpp +++ b/retroshare-gui/src/gui/notifyqt.cpp @@ -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)