summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-04-10 19:33:33 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-04-10 19:33:33 +0000
commit232911b40395353025ccf3611bd2f9137e61ebd2 (patch)
treeb1248067c5f2733b47458b74b6d8f45077f69b47 /riscos/theme.c
parent72e3ad4fcdb1903b78403eb78d45166ad03557d5 (diff)
downloadnetsurf-232911b40395353025ccf3611bd2f9137e61ebd2.tar.gz
netsurf-232911b40395353025ccf3611bd2f9137e61ebd2.tar.bz2
[project @ 2005-04-10 19:33:33 by rjw]
Fix incorrect throbber size calculation. svn path=/import/netsurf/; revision=1621
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c2
1 files changed, 1 insertions, 1 deletions
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 */