mirror of https://github.com/GNOME/gimp.git
set the imagemap tool dialogs transient to the image window. See comments
2005-09-16 Sven Neumann <sven@gimp.org> * app/tools/gimpimagemaptool.c (gimp_image_map_tool_initialize): set the imagemap tool dialogs transient to the image window. See comments in bug #316521.
This commit is contained in:
parent
400005d0e3
commit
8c0c679164
|
@ -1,3 +1,9 @@
|
|||
2005-09-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpimagemaptool.c (gimp_image_map_tool_initialize):
|
||||
set the imagemap tool dialogs transient to the image window. See
|
||||
comments in bug #316521.
|
||||
|
||||
2005-09-16 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpwidgets-utils.[ch] (gimp_widget_set_accel_help):
|
||||
|
|
|
@ -235,7 +235,7 @@ gimp_image_map_tool_initialize (GimpTool *tool,
|
|||
|
||||
image_map_tool->shell = shell =
|
||||
gimp_tool_dialog_new (tool_info,
|
||||
NULL /* gdisp->shell */,
|
||||
gdisp->shell,
|
||||
klass->shell_desc,
|
||||
|
||||
GIMP_STOCK_RESET, RESPONSE_RESET,
|
||||
|
|
Loading…
Reference in New Issue