diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-23 00:53:05 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-23 00:53:05 +0000 |
commit | f43b831398596831d60636438df1e0eda190a15c (patch) | |
tree | d9e15f65e0b2007af67c100fc45d38d73a884a17 /ChangeLog.pre-2-6 | |
parent | e9a92e6e6e30f483b881ab33fae1ba6e1fc088b3 (diff) | |
download | gtk+-f43b831398596831d60636438df1e0eda190a15c.tar.gz |
Add notification, and avoid excessive relayouting.
Mon Feb 23 01:56:09 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column):
* gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column):
* gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add
notification, and avoid excessive relayouting.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 29e65a00bd..3fde72f9b8 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +Mon Feb 23 01:56:09 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkcombobox.c (gtk_combo_box_set_column_span_column): + * gtk/gtkcombobox.c (gtk_combo_box_set_row_span_column): + * gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Add + notification, and avoid excessive relayouting. + Mon Feb 23 00:38:21 2004 Matthias Clasen <maclas@gmx.de> Fix bug 134982, reported by Morten Welinder: |