Don't immediately clear network exceptions, even when problem solved

This commit is contained in:
Keith Winstein
2012-11-26 04:15:53 -05:00
parent c52f874fd3
commit a2da17d48a
+1 -1
View File
@@ -186,7 +186,7 @@ namespace Overlay {
void clear_network_exception()
{
if ( message_is_network_exception ) {
set_notification_string( wstring( L"" ) );
message_expiration = std::min( message_expiration, timestamp() + 1000 );
}
}