Skip to content

Commit

Permalink
Do not display backend is online notification again after it's alread…
Browse files Browse the repository at this point in the history
…y been displayed earlier
  • Loading branch information
jyavenard committed Jul 10, 2013
1 parent ed263a6 commit 6143e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/mythcontext.cpp
Expand Up @@ -1055,7 +1055,7 @@ void MythContextPrivate::HideConnectionFailurePopup(void)
n.SetParent(this);
n.SetDuration(5);
GetNotificationCenter()->Queue(n);
m_lastCheck = MythDate::current();
m_lastCheck = QDateTime();
}

void MythContextPrivate::ShowVersionMismatchPopup(uint remote_version)
Expand Down

0 comments on commit 6143e66

Please sign in to comment.