diff options
| author | Jan Djärv | 2003-03-08 15:57:47 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-03-08 15:57:47 +0000 |
| commit | 26b74a0bd022bc62c7babf7d12e2fd001a0f31f0 (patch) | |
| tree | 30c18a3db8686a8ec78899954afdfb332ef58055 /src/ChangeLog | |
| parent | d8fa9fdc61161d85128671f856053639e2091631 (diff) | |
| download | emacs-26b74a0bd022bc62c7babf7d12e2fd001a0f31f0.tar.gz emacs-26b74a0bd022bc62c7babf7d12e2fd001a0f31f0.zip | |
* 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).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bfeba6fabec..06ec1b20ad2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2003-03-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 | 2003-03-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of | ||
| 4 | struct image* when desciding to update (struct image* may have been | ||
| 5 | deleted from the image cache). | ||
| 6 | |||
| 3 | * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if | 7 | * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if |
| 4 | the event isn't for a frame (i.e. for dialogs). | 8 | the event isn't for a frame (i.e. for dialogs). |
| 5 | 9 | ||