diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index 4adb13706d9..fd56094c28b 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -8390,7 +8390,7 @@ not_in_argv (NSString *arg) | |||
| 8390 | 8390 | ||
| 8391 | EmacsToolbar *toolbar = [[EmacsToolbar alloc] | 8391 | EmacsToolbar *toolbar = [[EmacsToolbar alloc] |
| 8392 | initForView:view | 8392 | initForView:view |
| 8393 | withIdentifier:[NSString stringWithLispString:f->name]]; | 8393 | withIdentifier:[NSString stringWithFormat:@"%p", f]]; |
| 8394 | 8394 | ||
| 8395 | [self setToolbar:toolbar]; | 8395 | [self setToolbar:toolbar]; |
| 8396 | update_frame_tool_bar_1 (f, toolbar); | 8396 | update_frame_tool_bar_1 (f, toolbar); |