gtk-demo: Remove C99-ism from list_store example
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user