Mercurial > emacs
diff src/ChangeLog @ 50059:ffb4a4dbe4c0
* gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
struct image* when desciding to update (struct image* may have been
deleted from the image cache).
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sat, 08 Mar 2003 15:57:47 +0000 |
parents | 7933b5de384c |
children | 40170697bff1 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Mar 08 14:58:25 2003 +0000 +++ b/src/ChangeLog Sat Mar 08 15:57:47 2003 +0000 @@ -1,5 +1,9 @@ 2003-03-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of + struct image* when desciding to update (struct image* may have been + deleted from the image cache). + * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if the event isn't for a frame (i.e. for dialogs).