plug-ins: use new item API instead of deprecated drawable API

This commit is contained in:
Michael Natterer
2010-07-09 12:27:36 +02:00
parent ce9ea1e8d7
commit c6a2eaa5c4
40 changed files with 96 additions and 96 deletions

View File

@ -67,7 +67,7 @@ gimp_guides_ok_cb(gpointer data)
GSList *vguides, *vg;
gboolean all;
const gchar *url;
gint32 image_ID = gimp_drawable_get_image (param->drawable->drawable_id);
gint32 image_ID = gimp_item_get_image (param->drawable->drawable_id);
/* First get some dialog values */