From 232911b40395353025ccf3611bd2f9137e61ebd2 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 10 Apr 2005 19:33:33 +0000 Subject: [project @ 2005-04-10 19:33:33 by rjw] Fix incorrect throbber size calculation. svn path=/import/netsurf/; revision=1621 --- riscos/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/theme.c b/riscos/theme.c index 0954771ac..7b34641be 100644 --- a/riscos/theme.c +++ b/riscos/theme.c @@ -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 */ -- cgit v1.2.3