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
@ -1125,7 +1125,7 @@ schedule_idle_mark_conflicts (GtkPrintUnixDialog *dialog)
|
||||
if (priv->mark_conflicts_id != 0)
|
||||
return;
|
||||
|
||||
priv->mark_conflicts_id = g_idle_add (mark_conflicts_callback,
|
||||
priv->mark_conflicts_id = gdk_threads_add_idle (mark_conflicts_callback,
|
||||
dialog);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user