gimp r24958 - in trunk: . plug-ins/print



Author: neo
Date: Mon Feb 25 15:06:03 2008
New Revision: 24958
URL: http://svn.gnome.org/viewvc/gimp?rev=24958&view=rev

Log:
2008-02-25  Sven Neumann  <sven gimp org>

	* plug-ins/print/print.c (end_print): use g_timeout_add_seconds().


Modified:
   trunk/ChangeLog
   trunk/plug-ins/print/print.c

Modified: trunk/plug-ins/print/print.c
==============================================================================
--- trunk/plug-ins/print/print.c	(original)
+++ trunk/plug-ins/print/print.c	Mon Feb 25 15:06:03 2008
@@ -386,7 +386,7 @@
   gimp_progress_end ();
 
   /* generate events to solve the problems described in bug #466928 */
-  g_timeout_add (1000, (GSourceFunc) gtk_true, NULL);
+  g_timeout_add_seconds (1, (GSourceFunc) gtk_true, NULL);
 }
 
 static void



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