diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-05-12 01:02:56 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-05-12 01:02:56 +0000 |
commit | 62f865ee093b070b72b562fdf13682bcd4fcb360 (patch) | |
tree | c4f7b65c4bea434527b87ca565c2f1e146a1cc7b /ChangeLog.pre-2-10 | |
parent | 962386fb82c0c9d040a0c92a851692c41f21f5bc (diff) | |
download | gdk-pixbuf-62f865ee093b070b72b562fdf13682bcd4fcb360.tar.gz |
changed log
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 42720f258..e39d58e36 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,15 @@ +Mon May 11 21:04:51 1998 Owen Taylor <otaylor@gtk.org> + + * gtk/gtkwindow.c (gtk_real_window_move_resize): Use the + previously unused window->need_resize flag to mark if a window's + descendents changed size while the window was not visible. In this + case, when the window becomes visible, we reallocate everything, + since we didn't keep track of what actually changed. + + (Fixes bug where changing the popdown strings of a + combo to something of the same length caused them to + blank out, as reported by Todd Dukes <tdukes@ibmoto.com>) + Tue May 12 02:31:57 1998 Tim Janik <timj@gtk.org> [security audit by Alan Cox] |