gimp r27357 - in trunk: . app/core app/plug-in
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27357 - in trunk: . app/core app/plug-in
- Date: Wed, 22 Oct 2008 06:00:07 +0000 (UTC)
Author: neo
Date: Wed Oct 22 06:00:06 2008
New Revision: 27357
URL: http://svn.gnome.org/viewvc/gimp?rev=27357&view=rev
Log:
2008-10-22 Sven Neumann <sven gimp org>
* app/core/gimpimagefile.c
* app/plug-in/gimpplugin-progress.c: formatting.
Modified:
trunk/ChangeLog
trunk/app/core/gimpimagefile.c
trunk/app/plug-in/gimpplugin-progress.c
Modified: trunk/app/core/gimpimagefile.c
==============================================================================
--- trunk/app/core/gimpimagefile.c (original)
+++ trunk/app/core/gimpimagefile.c Wed Oct 22 06:00:06 2008
@@ -330,7 +330,7 @@
return;
uri = gimp_object_get_name (GIMP_OBJECT (imagefile));
- if (!uri)
+ if (! uri)
return;
local = gimp_imagefile_new (imagefile->gimp, uri);
Modified: trunk/app/plug-in/gimpplugin-progress.c
==============================================================================
--- trunk/app/plug-in/gimpplugin-progress.c (original)
+++ trunk/app/plug-in/gimpplugin-progress.c Wed Oct 22 06:00:06 2008
@@ -156,7 +156,9 @@
if (gimp_plug_in_progress_detach (proc_frame->progress) < 1 &&
gimp_progress_is_active (proc_frame->progress))
- gimp_progress_end (proc_frame->progress);
+ {
+ gimp_progress_end (proc_frame->progress);
+ }
if (proc_frame->progress_created)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]