X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=demos%2Ftestanimation.c;h=029f69c9b79a8651171ad1eea761a58be256ab84;hb=721c3bc10182cacf1a98baddde3c94e59797ddb7;hp=5b2da4a228bb55e0ed233e20abd38702d94c0d19;hpb=7854bd1b6e6102aff426bf6a48606c4a9b12b7c2;p=~andy%2Fgtk diff --git a/demos/testanimation.c b/demos/testanimation.c index 5b2da4a22..029f69c9b 100644 --- a/demos/testanimation.c +++ b/demos/testanimation.c @@ -301,7 +301,7 @@ start_progressive_loading (GtkWidget *image) * The timeout simply simulates a slow data source by inserting * pauses in the reading process. */ - lc->load_timeout = g_timeout_add (100, + lc->load_timeout = gdk_threads_add_timeout (100, progressive_timeout, image); }