Fix abi check after recent merges

This commit is contained in:
Matthias Clasen
2010-12-05 12:18:30 -05:00
parent 4701aeb3bc
commit d5df33c75f
17 changed files with 454 additions and 274 deletions

View File

@ -4097,10 +4097,10 @@ _gtk_widget_start_state_transitions (GtkWidget *widget)
if (animation_desc)
{
if (gtk_animation_description_get_loop (animation_desc))
if (_gtk_animation_description_get_loop (animation_desc))
_gtk_widget_notify_state_change (widget, flag, TRUE);
gtk_animation_description_unref (animation_desc);
_gtk_animation_description_unref (animation_desc);
}
flag >>= 1;