flush the image when done to cause the actions to be updated (in

2008-08-20  Sven Neumann  <sven@gimp.org>

	* app/file/file-save.c (file_save): flush the image when done to
	cause the actions to be updated (in particular File->Revert).


svn path=/trunk/; revision=26669
This commit is contained in:
Sven Neumann 2008-08-20 06:30:59 +00:00 committed by Sven Neumann
parent 39571e1656
commit cdf2726bc9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-08-20 Sven Neumann <sven@gimp.org>
* app/file/file-save.c (file_save): flush the image when done to
cause the actions to be updated (in particular File->Revert).
2008-08-20 Sven Neumann <sven@gimp.org>
* plug-ins/file-ico/ico-save.c: create GHashTable with destroy

View File

@ -194,6 +194,8 @@ file_save (GimpImage *image,
}
}
gimp_image_flush (image);
g_object_unref (image);
out: