summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c9835c85af..f24a8e4a22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,8 @@
* gtk/gtk.symbols: Add all newly added accessors so abicheck.sh passes
- * gtk/gtkwidget.c (gtk_widget_get_allocation): Remove unused variable
- and check if the widget is a GtkWidget subclass, not the uninitialized
- allocation.
+ * gtk/gtkwidget.c (gtk_widget_get_allocation): Initialize the
+ allocation to avoid compiler warnings
2008-06-20 Michael Natterer <mitch@imendio.com>