comparison src/ChangeLog @ 49488:da6abcaef15c

gtkutil.c: Check for NULL string before calling strcmp or strlen.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 27 Jan 2003 19:36:10 +0000
parents f2be5cd8262f
children c6abb7476297
comparison
equal deleted inserted replaced
49487:6ddd3d2c7a74 49488:da6abcaef15c
1 2003-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * gtkutil.c (create_dialog, xg_separator_p)
4 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
5 before calling strcmp or strlen.
6
1 2003-01-26 Jan D. <jan.h.d@swipnet.se> 7 2003-01-26 Jan D. <jan.h.d@swipnet.se>
2 8
3 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display 9 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
4 and handle image load failure. 10 and handle image load failure.
5 11