diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-06-20 14:28:09 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-06-20 14:28:09 +0000 |
commit | 02fbfecda2dce98cd3bed035d00be7c050569676 (patch) | |
tree | 0bac6295e351f26fd24fcb472e258a087a75379a /ChangeLog | |
parent | 493914fa7a6c4786054db64645ea8919625c96e5 (diff) | |
download | gtk+-02fbfecda2dce98cd3bed035d00be7c050569676.tar.gz |
Initialize the allocation to avoid compiler warnings
2008-06-20 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkwidget.c (gtk_widget_get_allocation): Initialize the
allocation to avoid compiler warnings
svn path=/trunk/; revision=20647
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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> |