app/tools/gimpnewrectselecttool.c let status info be pushed.

2005-10-15  Karine Delvare  <kdelvare@nerim.net>

  * app/tools/gimpnewrectselecttool.c
  * app/tools/gimpselectiontool.c: let status info be pushed.
This commit is contained in:
Karine Delvare 2005-10-15 18:23:33 +00:00 committed by Karine Delvare
parent 474af1a9b8
commit 87fe1e10c2
4 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-15 Karine Delvare <kdelvare@nerim.net>
* app/tools/gimpnewrectselecttool.c
* app/tools/gimpselectiontool.c: let status info be pushed.
2005-10-14 Sven Neumann <sven@gimp.org>
* plug-ins/common/channel_mixer.c: indentation and other cleanups.

View File

@ -218,6 +218,7 @@ gimp_new_rect_select_tool_button_release (GimpTool *tool,
GdkModifierType state,
GimpDisplay *gdisp)
{
gimp_tool_pop_status (tool, gdisp);
gimp_tool_push_status (tool, gdisp,
_("Click or press enter to create the selection."));

View File

@ -218,6 +218,7 @@ gimp_new_rect_select_tool_button_release (GimpTool *tool,
GdkModifierType state,
GimpDisplay *gdisp)
{
gimp_tool_pop_status (tool, gdisp);
gimp_tool_push_status (tool, gdisp,
_("Click or press enter to create the selection."));

View File

@ -276,7 +276,7 @@ gimp_selection_tool_oper_update (GimpTool *tool,
}
}
gimp_tool_replace_status (tool, gdisp, status);
gimp_tool_push_status (tool, gdisp, status);
}
static void