mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
renamed gimp_image_active_drawable() to gimp_image_get_active_drawable().
2007-07-19 Sven Neumann <sven@gimp.org> * app/core/gimpimage.[ch]: renamed gimp_image_active_drawable() to gimp_image_get_active_drawable(). * app/[lots of files] * tools/pdbgen/pdb/paths.pdb * tools/pdbgen/pdb/image.pdb: changed accordingly. svn path=/trunk/; revision=22958
This commit is contained in:
parent
f6c626fba3
commit
a5d10b2ff0
57 changed files with 124 additions and 126 deletions
|
@ -193,7 +193,7 @@ file_save_cmd_callback (GtkAction *action,
|
|||
|
||||
save_mode = (GimpSaveMode) value;
|
||||
|
||||
if (! gimp_image_active_drawable (image))
|
||||
if (! gimp_image_get_active_drawable (image))
|
||||
return;
|
||||
|
||||
switch (save_mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue