Add items at the right place again (did not affect item treeviews)

This commit is contained in:
Michael Natterer 2009-08-04 00:13:58 +02:00
parent 8a578354fe
commit ac052aabf4
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ gimp_container_view_add (GimpContainerView *view,
parent_insert_data = g_hash_table_lookup (private->item_hash, parent);
insert_data = view_iface->insert_item (view, viewable,
parent_insert_data, -1);
parent_insert_data, index);
g_hash_table_insert (private->item_hash, viewable, insert_data);