Fix build.

2008-03-07  Carlos Garnacho  <carlos@imendio.com>

        * gtk/gtkiconfactory.c (gtk_icon_factory_buildable_custom_tag_end):
        Fix build.

svn path=/trunk/; revision=19731
This commit is contained in:
Carlos Garnacho 2008-03-07 11:13:47 +00:00 committed by Carlos Garnacho
parent df311d6584
commit f55db27521
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-03-07 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkiconfactory.c (gtk_icon_factory_buildable_custom_tag_end):
Fix build.
2008-03-06 Federico Mena Quintero <federico@novell.com>
Fix http://bugzilla.gnome.org/show_bug.cgi?id=505857 -

View File

@ -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);