Replace a lot of idle and timeout calls by the new gdk_threads api.
2006-12-22 Matthias Clasen <mclasen@redhat.com> * *.c: Replace a lot of idle and timeout calls by the new gdk_threads api.
This commit is contained in:

committed by
Matthias Clasen

parent
7854bd1b6e
commit
721c3bc101
@ -90,7 +90,7 @@ static void
|
||||
realize_callback (GtkWidget *widget,
|
||||
WidgetInfo *info)
|
||||
{
|
||||
g_timeout_add (500, (GSourceFunc)adjust_size_callback, info);
|
||||
gdk_threads_add_timeout (500, (GSourceFunc)adjust_size_callback, info);
|
||||
}
|
||||
|
||||
static WidgetInfo *
|
||||
|
Reference in New Issue
Block a user