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

Change window identifier from string to integer

parent b5c1d987
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,7 @@
return [[[NSUniqueIDSpecifier alloc] initWithContainerClassDescription:classDescription
containerSpecifier:containerRef
key:@"orderedTerminalWindows"
uniqueID:self.windowIdentifier] autorelease];
uniqueID:@([self windowNumber])] autorelease];
} else {
return nil;
}
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