flush the displays for all run modes but GIMP_RUN_NONINTERACTIVE

svn path=/trunk/; revision=26982
This commit is contained in:
Sven Neumann 2008-09-17 22:41:51 +00:00
parent 3121a0f9d0
commit 61ae0c5fc6
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ run (const gchar *name,
}
done:
if (run_mode == GIMP_RUN_INTERACTIVE)
if (run_mode != GIMP_RUN_NONINTERACTIVE)
gimp_displays_flush ();
if (config)