app: wrap GimpBezierDesc in a boxed type to make property handling easier

This commit is contained in:
Michael Natterer
2010-10-08 18:52:28 +02:00
parent 914ac9aa11
commit 6b8141d548
5 changed files with 38 additions and 43 deletions

View File

@ -823,7 +823,7 @@ static void
gimp_display_shell_active_vectors_handler (GimpImage *image,
GimpDisplayShell *shell)
{
GimpCanvasProxyGroup *group = GIMP_CANVAS_PROXY_GROUP (shell->vectors);
GimpCanvasProxyGroup *group = GIMP_CANVAS_PROXY_GROUP (shell->vectors);
GimpVectors *active = gimp_image_get_active_vectors (image);
GList *list;