app: set an icon on the floating selection filter

This commit is contained in:
Michael Natterer 2013-04-16 20:30:13 +02:00
parent 972b6ef78f
commit 9504e85a7e
1 changed files with 2 additions and 0 deletions

View File

@ -926,6 +926,8 @@ gimp_drawable_sync_fs_filter (GimpDrawable *drawable,
GeglNode *fs_source;
private->fs_filter = gimp_filter_new ("Floating Selection");
gimp_viewable_set_stock_id (GIMP_VIEWABLE (private->fs_filter),
"gimp-floating-selection");
node = gimp_filter_get_node (private->fs_filter);