summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-03-12 18:46:53 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-03-12 18:46:53 +0000
commit10a173fedf26019270363b2a8e86286e9ca4b437 (patch)
tree99c3a1ca5ba65a84b21a06ba70994be04985938c /ChangeLog
parenta647514c3393ef5d59b7b9ba11bcee1149519916 (diff)
downloadgdk-pixbuf-10a173fedf26019270363b2a8e86286e9ca4b437.tar.gz
Switch to using an enum with registration for icon sizes, instead of
2001-03-12 Havoc Pennington <hp@redhat.com> * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an enum with registration for icon sizes, instead of strings. * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, gtkwidget.c: Fix to reflect GtkIconSize
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9274aaf68..2369ce3e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-03-12 Havoc Pennington <hp@redhat.com>
+
+ * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
+ enum with registration for icon sizes, instead of strings.
+
+ * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h,
+ gtkwidget.c: Fix to reflect GtkIconSize
+
2001-03-12 Alexander Larsson <alexl@redhat.com>
Make GtkFB compile and link.