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,8 +500,8 @@ 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),
_("The active path is locked."));
gimp_tool_widget_message_literal (GIMP_TOOL_WIDGET (path),
_("The active path is locked."));
/* FIXME: this should really be done by the tool */
gimp_tools_blink_lock_box (shell->display->gimp,