added eventsLocked() protection to UpdateGUI() timer callback

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6472 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-02 19:55:13 +00:00
parent f78e5da41e
commit 12e228eba6

View File

@ -738,6 +738,9 @@ void NotifyQt::enable()
void NotifyQt::UpdateGUI()
{
if(RsAutoUpdatePage::eventsLocked())
return ;
{
QMutexLocker m(&_mutex) ;
if(!_enabled)