summaryrefslogtreecommitdiff
path: root/src/theme-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme-parser.c')
-rw-r--r--src/theme-parser.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/theme-parser.c b/src/theme-parser.c
index 0d9c1491..2a98b814 100644
--- a/src/theme-parser.c
+++ b/src/theme-parser.c
@@ -374,9 +374,6 @@ locate_attributes (GMarkupParseContext *context,
va_end (args);
- if (!retval)
- return retval;
-
i = 0;
while (attribute_names[i])
{
@@ -3207,7 +3204,7 @@ parse_draw_op_element (GMarkupParseContext *context,
if (tile_xoffset && !check_expression (tile_xoffset, FALSE, info->theme, context, error))
return;
- if (tile_yoffset && !check_expression (tile_xoffset, FALSE, info->theme, context, error))
+ if (tile_yoffset && !check_expression (tile_yoffset, FALSE, info->theme, context, error))
return;
/* x/y/width/height default to 0,0,width,height - should