Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61752261
Commit
61752261
authored
Nov 22, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(make_frame): Change initialization of tool bar
items accordingly.
parent
e3303a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/frame.c
src/frame.c
+2
-2
No files found.
src/frame.c
View file @
61752261
...
...
@@ -246,9 +246,9 @@ make_frame (mini_p)
f
->
title
=
Qnil
;
f
->
menu_bar_window
=
Qnil
;
f
->
tool_bar_window
=
Qnil
;
f
->
desired_tool_bar_items
=
f
->
current_
tool_bar_items
=
Qnil
;
f
->
tool_bar_items
=
Qnil
;
f
->
desired_tool_bar_string
=
f
->
current_tool_bar_string
=
Qnil
;
f
->
n_
desired_tool_bar_items
=
f
->
n_current_
tool_bar_items
=
0
;
f
->
n_tool_bar_items
=
0
;
root_window
=
make_window
();
if
(
mini_p
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment