diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-05 23:10:11 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-05 23:10:11 +0000 |
commit | 776870fcffd0073ae68b2cf39b570c78edde7ba9 (patch) | |
tree | 9abf56a130ad62f54d5d1c0930f9017a0a530811 /ChangeLog.pre-2-0 | |
parent | 314a1b60d8af2bfcc55e60cfa0f1a78e95dcc758 (diff) | |
download | gdk-pixbuf-776870fcffd0073ae68b2cf39b570c78edde7ba9.tar.gz |
Don't create ->font_entry, ->font_style_entry at all rather than just not
Tue Mar 5 17:43:43 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfontsel.c (gtk_font_selection_init): Don't
create ->font_entry, ->font_style_entry at all rather
than just not showing them to avoid the problem of
them popping up if gtk_widget_show_all() is done
on the dialog. (#72913, Charles Kerr.)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 1cd0f54a0..9fd446eb9 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,11 @@ +Tue Mar 5 17:43:43 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkfontsel.c (gtk_font_selection_init): Don't + create ->font_entry, ->font_style_entry at all rather + than just not showing them to avoid the problem of + them popping up if gtk_widget_show_all() is done + on the dialog. (#72913, Charles Kerr.) + Tue Mar 5 18:06:49 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_resizable): |