gtk-demo: Remove C99-ism from list_store example

This commit is contained in:
Emmanuele Bassi
2009-10-15 12:25:21 +01:00
parent 3c18cc3405
commit ef3361caa3

View File

@ -276,7 +276,7 @@ do_list_store (GtkWidget *do_widget)
{ {
gtk_widget_show_all (window); gtk_widget_show_all (window);
if (timeout == 0) { if (timeout == 0) {
//FIXME this should use the animation-duration instead /* FIXME this should use the animation-duration instead */
timeout = g_timeout_add (80, spinner_timeout, NULL); timeout = g_timeout_add (80, spinner_timeout, NULL);
} }
} }