mirror of https://github.com/GNOME/gimp.git
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:
parent
fb8c6affdb
commit
4dcf21316e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue