gimp r26982 - trunk/plug-ins/common
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26982 - trunk/plug-ins/common
- Date: Wed, 17 Sep 2008 22:41:52 +0000 (UTC)
Author: neo
Date: Wed Sep 17 22:41:51 2008
New Revision: 26982
URL: http://svn.gnome.org/viewvc/gimp?rev=26982&view=rev
Log:
flush the displays for all run modes but GIMP_RUN_NONINTERACTIVE
Modified:
trunk/plug-ins/common/lcms.c
Modified: trunk/plug-ins/common/lcms.c
==============================================================================
--- trunk/plug-ins/common/lcms.c (original)
+++ trunk/plug-ins/common/lcms.c Wed Sep 17 22:41:51 2008
@@ -482,7 +482,7 @@
}
done:
- if (run_mode == GIMP_RUN_INTERACTIVE)
+ if (run_mode != GIMP_RUN_NONINTERACTIVE)
gimp_displays_flush ();
if (config)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]