gimp r26938 - in trunk: . plug-ins/common



Author: neo
Date: Sat Sep 13 12:09:53 2008
New Revision: 26938
URL: http://svn.gnome.org/viewvc/gimp?rev=26938&view=rev

Log:
2008-09-13  Sven Neumann  <sven gimp org>

	* plug-ins/common/lcms.c (lcms_image_apply_profile): flush the
	displays after closing the undo group. Should fix bug #552104.



Modified:
   trunk/ChangeLog
   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	Sat Sep 13 12:09:53 2008
@@ -914,10 +914,11 @@
     }
 
   gimp_progress_update (1.0);
-  gimp_displays_flush ();
 
   gimp_image_undo_group_end (image);
 
+  gimp_displays_flush ();
+
   return TRUE;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]