mirror of https://github.com/GNOME/gimp.git
made it compile after Mitch's changes.
2002-12-14 Sven Neumann <sven@gimp.org> * app/tools/gimpimagemaptool.c: made it compile after Mitch's changes.
This commit is contained in:
parent
919c0aac40
commit
78fb9db8cc
|
@ -1,3 +1,8 @@
|
|||
2002-12-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpimagemaptool.c: made it compile after Mitch's
|
||||
changes.
|
||||
|
||||
2002-12-14 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
Changed menubar showing/hiding to work like rulers and statusbar:
|
||||
|
@ -63,7 +68,7 @@
|
|||
|
||||
* plug-ins/imagemap/imap_default_dialog.c: code clean-up
|
||||
|
||||
2002-12-13 Sven Neumann <sven@gimp.org>
|
||||
2002-12-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* tools/pdbgen/pdb/drawable.pdb
|
||||
* tools/pdbgen/pdb/selection.pdb: merged fix for bug #96284 from
|
||||
|
|
|
@ -257,7 +257,7 @@ gimp_image_map_tool_initialize (GimpTool *tool,
|
|||
image_map_tool);
|
||||
|
||||
gimp_display_shell_set_menu_sensitivity (GIMP_DISPLAY_SHELL (gdisp->shell),
|
||||
gdisp->gimage->gimp);
|
||||
gdisp->gimage->gimp, TRUE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -378,7 +378,7 @@ gimp_image_map_tool_ok_clicked (GtkWidget *widget,
|
|||
gimp_tool_control_set_preserve (tool->control, FALSE);
|
||||
|
||||
gimp_display_shell_set_menu_sensitivity (GIMP_DISPLAY_SHELL (tool->gdisp->shell),
|
||||
tool->gdisp->gimage->gimp);
|
||||
tool->gdisp->gimage->gimp, TRUE);
|
||||
|
||||
tool->gdisp = NULL;
|
||||
tool->drawable = NULL;
|
||||
|
|
Loading…
Reference in New Issue