Fix continuous throbber.

svn path=/trunk/netsurf/; revision=6762
This commit is contained in:
Michael Drake 2009-03-10 22:00:24 +00:00
parent b45e6e851c
commit 72f99e36bb
1 changed files with 3 additions and 1 deletions

View File

@ -875,11 +875,13 @@ throbber_advance(void *pw)
g->throbber_index = 8;
break;
default:
case 8:
image = &throbber0;
g->throbber_index = 0;
break;
default:
return;
}
if (g->throbber_index >= 0) {