mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
gtk-demo: Remove C99-ism from list_store example
This commit is contained in:
parent
3c18cc3405
commit
ef3361caa3
@ -276,7 +276,7 @@ do_list_store (GtkWidget *do_widget)
|
||||
{
|
||||
gtk_widget_show_all (window);
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user