Connect to "lock-content-changed" of all items, not "lock-alpha-changed"

This commit is contained in:
Michael Natterer 2009-08-29 20:19:38 +02:00
parent d84e48a82f
commit c68f82f4ae
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ gimp_item_tree_view_set_container (GimpContainerView *view,
view);
item_view->priv->lock_content_changed_handler =
gimp_tree_handler_connect (container, "lock-alpha-changed",
gimp_tree_handler_connect (container, "lock-content-changed",
G_CALLBACK (gimp_item_tree_view_lock_content_changed),
view);
}