call vectors_selection_to_vectors() instead of #warning about being

2003-05-16  Michael Natterer  <mitch@gimp.org>

	* app/gui/vectors-commands.c (vectors_sel_to_vectors_cmd_callback):
	call vectors_selection_to_vectors() instead of #warning about
	being unimplemented.
This commit is contained in:
Michael Natterer 2003-05-16 09:52:49 +00:00 committed by Michael Natterer
parent fb8c6affdb
commit 4dcf21316e
3 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2003-05-16 Michael Natterer <mitch@gimp.org>
* app/gui/vectors-commands.c (vectors_sel_to_vectors_cmd_callback):
call vectors_selection_to_vectors() instead of #warning about
being unimplemented.
2003-05-16 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/pdb/paths.pdb: fixed some bugs and warnings in

View File

@ -196,9 +196,7 @@ vectors_sel_to_vectors_cmd_callback (GtkWidget *widget,
GimpImage *gimage;
return_if_no_image (gimage, data);
#ifdef __GNUC__
#warning FIXME: need gimp_vectors_from_mask(or something)
#endif
vectors_selection_to_vectors (gimage, FALSE);
}
void

View File

@ -196,9 +196,7 @@ vectors_sel_to_vectors_cmd_callback (GtkWidget *widget,
GimpImage *gimage;
return_if_no_image (gimage, data);
#ifdef __GNUC__
#warning FIXME: need gimp_vectors_from_mask(or something)
#endif
vectors_selection_to_vectors (gimage, FALSE);
}
void