app: in GimpToolPath, use gimp_tool_message() instead of _set_status() ...

... when trying to edit a locked path.
This commit is contained in:
Ell
2019-01-13 03:39:00 -05:00
parent 265071f34b
commit a9883e98e3

View File

@ -500,7 +500,7 @@ gimp_tool_path_check_writable (GimpToolPath *path)
if (gimp_item_is_content_locked (GIMP_ITEM (private->vectors)) ||
gimp_item_is_position_locked (GIMP_ITEM (private->vectors)))
{
gimp_tool_widget_set_status (GIMP_TOOL_WIDGET (path),
gimp_tool_widget_message_literal (GIMP_TOOL_WIDGET (path),
_("The active path is locked."));
/* FIXME: this should really be done by the tool */