summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-03-12 21:01:53 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-03-12 21:01:53 +0000
commitb0752cb4b22bceb44d59090cf060ea35a43dfc9e (patch)
treee18db168a07e10ebae0dab7f1548bec7d19fc743 /ChangeLog.pre-2-6
parent10a173fedf26019270363b2a8e86286e9ca4b437 (diff)
downloadgdk-pixbuf-b0752cb4b22bceb44d59090cf060ea35a43dfc9e.tar.gz
Patch from John Margaglione to convert to new property API. Also, change
2001-03-12 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione to convert to new property API. Also, change default_width and default_height get_property to return 0 as the flag value for "unset"; -1 is not a valid value for these fields.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-67
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 2369ce3e7..e4bd850fa 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,5 +1,12 @@
2001-03-12 Havoc Pennington <hp@redhat.com>
+ * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione
+ to convert to new property API. Also, change default_width and
+ default_height get_property to return 0 as the flag value for
+ "unset"; -1 is not a valid value for these fields.
+
+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.