mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 02:02:36 +03:00
[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:
parent
72e3ad4fcd
commit
232911b403
@ -489,7 +489,7 @@ bool ro_gui_theme_open(struct theme_descriptor *descriptor, bool list) {
|
|||||||
warn_user("MiscError", error->errmess);
|
warn_user("MiscError", error->errmess);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!strncmp(sprite_name, "throbber", 8))
|
if (strncmp(sprite_name, "throbber", 8))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* get the max sprite width/height */
|
/* get the max sprite width/height */
|
||||||
|
Loading…
Reference in New Issue
Block a user