diff options
author | Carlos Garnacho <carlos@imendio.com> | 2008-03-07 11:13:47 +0000 |
---|---|---|
committer | Carlos Garnacho <carlosg@src.gnome.org> | 2008-03-07 11:13:47 +0000 |
commit | f55db27521932ad1a139308c11287d38f5c61e47 (patch) | |
tree | 4e7e02a2feb08c883110f871308ef60b49aaac63 /gtk/gtkiconfactory.c | |
parent | df311d6584c00643b6cf86b36680c97aa4ab3df6 (diff) | |
download | gtk+-f55db27521932ad1a139308c11287d38f5c61e47.tar.gz |
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
Diffstat (limited to 'gtk/gtkiconfactory.c')
-rw-r--r-- | gtk/gtkiconfactory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |