diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/list_store.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/gtk-demo/list_store.c b/demos/gtk-demo/list_store.c index 33a7189559..156ddf6cd4 100644 --- a/demos/gtk-demo/list_store.c +++ b/demos/gtk-demo/list_store.c @@ -275,8 +275,10 @@ do_list_store (GtkWidget *do_widget) if (!GTK_WIDGET_VISIBLE (window)) { gtk_widget_show_all (window); - if (timeout == 0) + if (timeout == 0) { + //FIXME this should use the animation-duration instead timeout = g_timeout_add (80, spinner_timeout, NULL); + } } else { |