* gtkutil.c: Put empty line between comment and function body.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 26 Oct 2004 19:48:37 +0000 (19:48 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 26 Oct 2004 19:48:37 +0000 (19:48 +0000)
commit1442465dfdd327a01f239cc6f59c809bd05ba8e4
tree4495ad938742ff862024b1cfaaaeb8d38b4291cd
parent71bacd4863b61424e331e9fc5762d5d9aa047faa
* gtkutil.c: Put empty line between comment and function body.
(xg_destroy_widgets): Renamed from remove_from_container.  Just
destroy all widgets in list.  Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.

* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
is not NULL before strcmp.
src/ChangeLog