app: Use gimp_image_set_uri()

I forgot to do this...
This commit is contained in:
Martin Nordholts
2011-01-26 20:49:00 +01:00
parent 366cddc856
commit 6ea36f3383
2 changed files with 3 additions and 4 deletions

View File

@ -357,8 +357,7 @@ debug_show_image_graph (GimpImage *source_image)
tile_manager_height (tiles),
GIMP_RGB,
FALSE);
gimp_object_set_name (GIMP_OBJECT (new_image),
new_name);
gimp_image_set_uri (new_image, new_name);
layer = gimp_layer_new_from_tiles (tiles,
new_image,
GIMP_RGBA_IMAGE,