Skip to content

Commit

Permalink
Don't immediately clear network exceptions, even when problem solved
Browse files Browse the repository at this point in the history
  • Loading branch information
keithw committed Nov 26, 2012
1 parent c52f874 commit a2da17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/terminaloverlay.h
Expand Up @@ -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 );
}
}

Expand Down

0 comments on commit a2da17d

Please sign in to comment.