mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
added a GError parameter to file_utils_find_proc().
2006-08-10 Sven Neumann <sven@gimp.org> * app/file/file-utils.[ch]: added a GError parameter to file_utils_find_proc(). * app/actions/file-commands.c * app/dialogs/file-save-dialog.c * app/file/file-open.c * app/widgets/gimpdnd-xds.c * tools/pdbgen/pdb/fileops.pdb: changed accordingly. * app/pdb/fileops_cmds.c: regenerated.
This commit is contained in:
parent
55d716e258
commit
3fbf7436c9
9 changed files with 60 additions and 23 deletions
|
@ -206,8 +206,9 @@ file_save_cmd_callback (GtkAction *action,
|
|||
save_proc = gimp_image_get_save_proc (image);
|
||||
|
||||
if (uri && ! save_proc)
|
||||
save_proc = file_utils_find_proc (image->gimp->plug_in_manager->save_procs,
|
||||
uri);
|
||||
save_proc =
|
||||
file_utils_find_proc (image->gimp->plug_in_manager->save_procs,
|
||||
uri, NULL);
|
||||
|
||||
if (! (uri && save_proc))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue