Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2eddf899
Commit
2eddf899
authored
Mar 26, 2001
by
Gerd Moellmann
Browse files
(x_update_menu_appearance): Use local variable
popup_path for setting font resources.
parent
43e5a7fe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/xfaces.c
src/xfaces.c
+2
-2
No files found.
src/ChangeLog
View file @
2eddf899
2001-03-26 Gerd Moellmann <gerd@gnu.org>
* xfaces.c (x_update_menu_appearance): Use local variable
popup_path for setting font resources.
2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
* frame.c (Fframe_list): Don't reference tip_frame if
...
...
src/xfaces.c
View file @
2eddf899
...
...
@@ -4415,8 +4415,8 @@ x_update_menu_appearance (f)
sprintf (line, "%s.pane.menubar*font%s: %s",
myname, suffix, face->font_name);
XrmPutLineResource (&rdb, line);
sprintf (line, "%s.
popup_menu
*font%s: %s",
myname, suffix, face->font_name);
sprintf (line, "%s.
%s
*font%s: %s",
myname,
popup_path,
suffix, face->font_name);
XrmPutLineResource (&rdb, line);
changed_p = 1;
}
...
...
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