[project @ 2005-04-10 19:33:33 by rjw]

Fix incorrect throbber size calculation.

svn path=/import/netsurf/; revision=1621
This commit is contained in:
Richard Wilson 2005-04-10 19:33:33 +00:00
parent 72e3ad4fcd
commit 232911b403

View File

@ -489,7 +489,7 @@ bool ro_gui_theme_open(struct theme_descriptor *descriptor, bool list) {
warn_user("MiscError", error->errmess);
continue;
}
if (!strncmp(sprite_name, "throbber", 8))
if (strncmp(sprite_name, "throbber", 8))
continue;
/* get the max sprite width/height */