diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-08 23:32:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-08 23:32:29 +0000 |
commit | 7bd2340794d08f0fe39e22f5dba894a7104da436 (patch) | |
tree | e534975f428a171aee7b3bf46711d4ede13efb32 /ChangeLog.pre-2-2 | |
parent | 3bdc520c4882d2f7248b5ccf142f48a1980df1bf (diff) | |
download | gdk-pixbuf-7bd2340794d08f0fe39e22f5dba894a7104da436.tar.gz |
Remove left-over NULL checks that were preventing the NULL to "unmodify"
Sun Dec 8 18:28:51 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.c (gtk_widget_modify_fg/bg/base/text/font):
Remove left-over NULL checks that were preventing the
NULL to "unmodify" feature from actually working.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 352536d0b..3e68c98e9 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,10 @@ +Sun Dec 8 18:28:51 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwidget.c (gtk_widget_modify_fg/bg/base/text/font): + Remove left-over NULL checks that were preventing the + NULL to "unmodify" feature from actually working. + (#100702, Jon-Kare Hellan) + 2002-12-08 Matthias Clasen <maclas@gmx.de> * gtk/gtkcolorsel.c (gtk_color_selection_set_previous_color): |