mirror of https://github.com/GNOME/gimp.git
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:
parent
474af1a9b8
commit
87fe1e10c2
|
@ -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.
|
||||
|
|
|
@ -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."));
|
||||
|
||||
|
|
|
@ -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."));
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue