diff options
Diffstat (limited to 'src/ui/theme-parser.c')
-rw-r--r-- | src/ui/theme-parser.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/theme-parser.c b/src/ui/theme-parser.c index a328fd06..66130459 100644 --- a/src/ui/theme-parser.c +++ b/src/ui/theme-parser.c @@ -2340,7 +2340,7 @@ parse_draw_op_element (GMarkupParseContext *context, const char *height; const char *filled; gboolean filled_val; - GtkStateType state_val; + GtkStateFlags state_val; GtkShadowType shadow_val; GtkArrowType arrow_val; @@ -2430,7 +2430,7 @@ parse_draw_op_element (GMarkupParseContext *context, const char *y; const char *width; const char *height; - GtkStateType state_val; + GtkStateFlags state_val; GtkShadowType shadow_val; if (!locate_attributes (context, element_name, attribute_names, attribute_values, @@ -2498,7 +2498,7 @@ parse_draw_op_element (GMarkupParseContext *context, const char *x; const char *y1; const char *y2; - GtkStateType state_val; + GtkStateFlags state_val; if (!locate_attributes (context, element_name, attribute_names, attribute_values, error, |