(trunk gtk) try to make hudson-t happy

This commit is contained in:
Charles Kerr 2009-06-29 17:52:24 +00:00
parent bd5c9cf3a8
commit a59ab6b631
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ void
gtr_idle_add( GSourceFunc function, gpointer data )
{
#if GTK_CHECK_VERSION( 2,12,0 )
gdk_threads_add_idle( func, data );
gdk_threads_add_idle( function, data );
#else
struct gtr_func_data * d = g_new( struct gtr_func_data, 1 );
d->function = function;