box: Fix typo

https://bugzilla.gnome.org/show_bug.cgi?id=683718
This commit is contained in:
Stefano Facchini 2012-09-10 14:07:42 +02:00
parent 986e78a2ea
commit fb18145c06

View File

@ -1763,7 +1763,7 @@ gtk_box_set_child_packing (GtkBox *box,
pack_type = GTK_PACK_START;
if (child_info->pack != pack_type)
{
child_info->pack = GTK_PACK_END;
child_info->pack = pack_type;
gtk_widget_child_notify (child, "pack-type");
gtk_box_invalidate_order (box);
}