Skip to content
Snippets Groups Projects
Commit 43594c1f authored by George Nachman's avatar George Nachman
Browse files

For a reason I haven't figured out yet, broken pipe notifications often crash...

For a reason I haven't figured out yet, broken pipe notifications often crash because the sessionview appears to be bogus or freed. To stem the bleeding, make those not clickable
parent 08d82ed6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1043,7 +1043,7 @@ static NSString *kTmuxFontChanged = @"kTmuxFontChanged";
[self name],
[[self tab] realObjectCount]]
andNotification:@"Broken Pipes"
andSession:self];
andSession:nil];
}
 
EXIT = YES;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment