app/core/gimpimagefile.c formatting.

2008-10-22  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimagefile.c
	* app/plug-in/gimpplugin-progress.c: formatting.


svn path=/trunk/; revision=27357
This commit is contained in:
Sven Neumann 2008-10-22 06:00:06 +00:00 committed by Sven Neumann
parent 3676795aa4
commit b6ae85b74c
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-10-22 Sven Neumann <sven@gimp.org>
* app/core/gimpimagefile.c
* app/plug-in/gimpplugin-progress.c: formatting.
2008-10-21 Michael Natterer <mitch@gimp.org> 2008-10-21 Michael Natterer <mitch@gimp.org>
Bug 555246 gimp crashes when a file is opened while a preview is Bug 555246 gimp crashes when a file is opened while a preview is

View file

@ -330,7 +330,7 @@ gimp_imagefile_create_thumbnail_weak (GimpImagefile *imagefile,
return; return;
uri = gimp_object_get_name (GIMP_OBJECT (imagefile)); uri = gimp_object_get_name (GIMP_OBJECT (imagefile));
if (!uri) if (! uri)
return; return;
local = gimp_imagefile_new (imagefile->gimp, uri); local = gimp_imagefile_new (imagefile->gimp, uri);

View file

@ -156,7 +156,9 @@ gimp_plug_in_progress_end (GimpPlugIn *plug_in,
if (gimp_plug_in_progress_detach (proc_frame->progress) < 1 && if (gimp_plug_in_progress_detach (proc_frame->progress) < 1 &&
gimp_progress_is_active (proc_frame->progress)) gimp_progress_is_active (proc_frame->progress))
gimp_progress_end (proc_frame->progress); {
gimp_progress_end (proc_frame->progress);
}
if (proc_frame->progress_created) if (proc_frame->progress_created)
{ {