diff --git a/ChangeLog b/ChangeLog index 76df53cd7f..6f1bf98cb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-07 Carlos Garnacho + + * gtk/gtkiconfactory.c (gtk_icon_factory_buildable_custom_tag_end): + Fix build. + 2008-03-06 Federico Mena Quintero Fix http://bugzilla.gnome.org/show_bug.cgi?id=505857 - diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c index 80eb24def2..428aff2c87 100644 --- a/gtk/gtkiconfactory.c +++ b/gtk/gtkiconfactory.c @@ -2907,7 +2907,7 @@ gtk_icon_factory_buildable_custom_tag_end (GtkBuildable *buildable, gtk_icon_source_set_state (icon_source, source_data->state); /* Inline source_add() to avoid creating a copy */ - g_assert (source->type != GTK_ICON_SOURCE_EMPTY); + g_assert (icon_source->type != GTK_ICON_SOURCE_EMPTY); icon_set->sources = g_slist_insert_sorted (icon_set->sources, icon_source, icon_source_compare);