diff options
Diffstat (limited to 'tests/testentrycompletion.c')
-rw-r--r-- | tests/testentrycompletion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testentrycompletion.c b/tests/testentrycompletion.c index a0cf7d7752..483010b1f9 100644 --- a/tests/testentrycompletion.c +++ b/tests/testentrycompletion.c @@ -417,7 +417,7 @@ main (int argc, char *argv[]) gtk_entry_completion_set_text_column (completion, 0); /* Fill the completion dynamically */ - g_timeout_add (1000, (GSourceFunc) animation_timer, completion); + gdk_threads_add_timeout (1000, (GSourceFunc) animation_timer, completion); /* Fourth entry */ gtk_box_pack_start (GTK_BOX (vbox), gtk_label_new ("Model-less entry completion"), FALSE, FALSE, 0); |